Is number of features the same as number of dimentions in SVM?

1 回表示 (過去 30 日間)
Cyrus
Cyrus 2017 年 7 月 5 日
編集済み: Walter Roberson 2017 年 7 月 5 日
can we say that if we have two features the number of dimension is two, three features means three-dimensional, an so on?
and will number of classes affect it?
I'm using SVM to classify my data into two classes, with three features. how many dimensional does my feature environment have?

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 7 月 5 日
編集済み: Walter Roberson 2017 年 7 月 5 日
For SVM and most other clustering methods, features correspond to columns, and rows correspond to samples. If you have N features then there is a sense in which you are exploring an N-dimensional space mathematically. However, you need to distinguish between that meaning of the word "dimension" and the typical MATLAB meaning of the word as referring to the number of indices in the indexing expression.

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by