how to test and train data
Ältere Kommentare anzeigen
I have a set of data of 1000x6,i have atopass this data to a classifier(svm smo),plesae help how to do it,by thaking3/4th as training data,remaining as test data
1 Kommentar
Pramod Bhat
am 27 Mär. 2012
Indices = crossvalind('Kfold', N, K)
it is a matlab inbuilt function. go through it once.
put k=0.75 here. this will make 3/4th of your data as training data and 1/4th as test data.
Antworten (0)
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!