フィルターのクリア

what does it mean: "MaxNumSplits is not a valid parameter name"

4 ビュー (過去 30 日間)
Amend
Amend 2015 年 4 月 29 日
コメント済み: Walter Roberson 2016 年 1 月 21 日
I use follow code in command line
templ = templateTree('MaxNumSplits',4);
ens = fitensemble(X,Y,'LSBoost',50,templ);
And got follow message:
Error using classreg.learning.FitTemplate/fillIfNeeded (line 533)
MaxNumSplits is not a valid parameter name.
Error in classreg.learning.modelparams.EnsembleParams/fillDefaultParams (line 622)
learner = fillIfNeeded(learner,this.Type);
I don't know why MaxNumSplits is not a valid parameter name?
who can explain it? thank you ....

採用された回答

MHN
MHN 2016 年 1 月 21 日
I believe the Matlab version that you are using does not support MaxNumSplits. To check this, type
help templateTree
and see whether you can find the parameter name "MaxNumSplits" or not.
  1 件のコメント
Walter Roberson
Walter Roberson 2016 年 1 月 21 日
MaxNumSplits was added in R2015a.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeArgument Definitions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by