How classify my data after feature selection by Linear Discriminant Analysis (LDA)?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
If I selecte features by LDA how could I classify them by using SVM or any other classification methods?
0 Kommentare
Antworten (1)
Vidip
am 10 Mai 2024
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 –
0 Kommentare
Siehe auch
Kategorien
Mehr zu Classification finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!