Treebagger and predict method error after standalone compiling
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hanul Roh
am 31 Mai 2016
Beantwortet: Hanul Roh
am 1 Jun. 2016
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.
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Classification Ensembles finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!