RobustBoost Binary Learner - Which Binary Learner to pick when using RobustBoost for Multiclass Problems (predict(fitececoc(...
1 回表示 (過去 30 日間)
古いコメントを表示
Hello everybody, since I try to use the "predict" function with my built fitcecoc model
tTree = templateTree('surrogate','on');
t = templateEnsemble('RobustBoost',300,tTree,'RobustErrorGoal',0.15);
result=sum(cTest~=predict(fitcecoc(fTrain,cTrain,'Coding','onevsall','Learners',t,'Type', 'Classification','Options',options),fTest));
The error code tells me to pick a BinaryLoss Function. On this page: http://de.mathworks.com/help/stats/compactclassificationecoc.predict.html however there is no suggestion for the ROBUSTBOOST algorithm. Does anybody know which one is suitable? (I think, but I am not sure at all!, that it should be a non-convex one)
Thanks everybody!
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!