SVM: fitcsvm generalization rate problem
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
In fitcsvm help page, this is shown:

What do they mean by "generalization rate" ?
Thanks,
J
0 Commenti
Risposte (1)
Rahul
il 12 Mar 2025
As per the example availble in the documentation of 'fitcsvm' function as shared in the question, the term 'generalization rate' refers to models ability to generalize loss for unseen data.
Hence in this context, the term is used for defining the out-of-sample 'misclassification rate'. Since the 'classLoss' comes out to be 0.0484, hence in percentage terms, 'generalization rate' is given to be 'approximately 5%'.
Thanks.
0 Commenti
Vedere anche
Categorie
Scopri di più su Classification Learner App in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!