How classify my data after feature selection by Linear Discriminant Analysis (LDA)?

3 ビュー (過去 30 日間)
Bajdar Nour
Bajdar Nour 2019 年 2 月 11 日
回答済み: Vidip 2024 年 5 月 10 日
If I selecte features by LDA how could I classify them by using SVM or any other classification methods?

回答 (1 件)

Vidip
Vidip 2024 年 5 月 10 日
I understand that after selecting features using Linear Discriminant Analysis (LDA), you want to classify your data using a classifier such as Support Vector Machine (SVM). You can use ‘fitcsvm’ as it trains or cross-validates a support vector machine (SVM) model for one-class and two-class (binary) classification on a low-dimensional or moderate-dimensional predictor data set.
For more information, you can refer to the documentation link below –

カテゴリ

Help Center および File ExchangeClassification についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by