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
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에 대해 자세히 알아보기

태그

질문:

2012년 2월 24일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by