Treebagger and predict method error after standalone compiling

조회 수: 3 (최근 30일)
Hanul Roh
Hanul Roh 2016년 5월 31일
답변: Hanul Roh 2016년 6월 1일
I have some code for classification program.
It works well in matlab running.
But when I compile these codes using matlab compiler tool, the application program has an error in the line "predict method"
---- [oofLabels, scores, stdevs] = predict(RF, features);
oofLabels = str2double(oofLabels); ----
The standalone application error message is below error.png
How can I solve this problem?
this link seems to be similar problem
Thanks.

채택된 답변

Hanul Roh
Hanul Roh 2016년 6월 1일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification Ensembles에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by