Differences between treefit() and classregtree() functions in Matlab

2 ビュー (過去 30 日間)
Dimitris M
Dimitris M 2012 年 6 月 18 日
Hello
I was wondering if there is any difference between the treefit() and classregtree functions within MATLAB. From a first they look similar ! I have already programmed a classification using the treefit() algorithm and I was thinking if there is going to be any difference in the classification accuracy if I reprogram my code using the classregtree().
Thank you in advance

採用された回答

Tom Lane
Tom Lane 2012 年 6 月 19 日
There's no difference. The treefit function is older. The classregtree object was intended to do this same thing with a cleaner interface. But the fitting is the same.
  1 件のコメント
Dimitris M
Dimitris M 2012 年 6 月 19 日
Thank you very much for your answer ! Indeed the classregtree() looks more detailed at a first glance.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by