フィルターのクリア

How get training and test(predicting) time for fitcensemble

2 ビュー (過去 30 日間)
seyed morteza mousavi
seyed morteza mousavi 2017 年 11 月 28 日
編集済み: seyed morteza mousavi 2017 年 11 月 28 日
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 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by