How get training and test(predicting) time for fitcensemble
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, I use this code for training and testing my database:
train = fitcensemble(data,'normal','Method','Bag');
test = predict(train,database);
cp = classperf(truelables,classout);
but I want my test and train Time, please help me
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Classification Ensembles についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!