mean criterion value algorithm
Mostra commenti meno recenti
Dear All,
I want to ask something about sequential feature selection in this below statement
"After computing the mean criterion values for each candidate feature subset, sequentialfs chooses the candidate feature subset that minimizes the mean criterion value. This process continues until adding more features does not decrease the criterion."
Anybody know about the way to calculate mean criterion values that matlab do? I mean about the root algorithm.
Thanks Adrian Tjahjana
Risposte (1)
Barry Greene
il 23 Gen 2012
0 voti
It depends on whether you are using cross validation within sequentialfs - if you are, sequentialfs will divide by the number of samples in each test set. For example if you criteriuon is misclassification rate then function (fun in matlab example) should return the number of misclassified samples - sequentialfs will then use the number of sampes in each run of cross validation to calculate the mean criterion value.
Categorie
Scopri di più su Object Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!