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 Center および File ExchangeClassification Ensembles についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by