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 ExchangeStatistics 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