Matlab TreeBagger OOBPrediction flag not recognized
1 回表示 (過去 30 日間)
古いコメントを表示
Hello
I'm using the TreeBagger function of Matlab R2015a with the name-value pairs 'OOBPrediction', 'on' and 'OOBPredictorImportance', 'on'. Now I'm getting the following error message:
Invalid parameter name: OOBPrediction.
In the official Matlab documentation this name-value pair is listed.
What is wrong?
0 件のコメント
回答 (1 件)
lior
2016 年 7 月 19 日
With the version I am using, you need to use 'OOBPred' instead of 'OOBPrediction'.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Classification Ensembles についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!