how to test and train data
显示 更早的评论
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 个评论
Pramod Bhat
2012-3-27
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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Statistics and Machine Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!