필터 지우기
필터 지우기

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 CenterFile 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!

Translated by