What is the difference between nominal and categorical?
3 ビュー (過去 30 日間)
表示 古いコメント
Hi!
Does anybody here know the difference between nominal and categorical or is it the same ?
0 件のコメント
回答 (1 件)
Walter Roberson
2022 年 7 月 29 日
編集済み: Walter Roberson
2022 年 7 月 31 日
nominal is older, Statistics and Machine Learning Toolbox, and is not recommended.
categorical() is now basic MATLAB, and is supported by a number of functions, including being able to use them as plot axes, and being able to display them and import them
参考
カテゴリ
Find more on Categorical Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!