我试图以下列方式在MATLAB R2009b中使用方法fitensemble
:
ens = fitensemble(traini,traino,'AdaBoostM2',100,'Tree')
traini: 96 * 31 general
traino: 96 * 1 general
我想对96个类进行分类并得到错误:
??? Undefined function or method 'fitensemble' for input arguments of type 'cell'.
我无法找出问题所在。如果有人能在这方面帮助我,我将不胜感激。
提前致谢,Gilnaz。