フィルターのクリア

Does anyone have the source code of the regression decision tree in MATLAB?

5 ビュー (過去 30 日間)
Anas Amaireh
Anas Amaireh 2022 年 10 月 13 日
編集済み: John D'Errico 2022 年 10 月 13 日
I would appreciate it, if anyone can provide me the source code of the regression decision tree in MATLAB with no functions, just the source code.
Thanks

回答 (1 件)

John D'Errico
John D'Errico 2022 年 10 月 13 日
You already have the source code. For example, just do this in MATLAB:
type fitrtree
The code is written in MATLAB itself, so you have it.
Can we give it to you, if you lack the necessary toolbox (stats)? No. That would be illegal.
  2 件のコメント
Anas Amaireh
Anas Amaireh 2022 年 10 月 13 日
編集済み: Anas Amaireh 2022 年 10 月 13 日
Thanks for your answer But I need the source code to do some modifications for my research. I don't need the built-in functions. And why it's illegal sine DT is a very old and well known algorithm.
John D'Errico
John D'Errico 2022 年 10 月 13 日
編集済み: John D'Errico 2022 年 10 月 13 日
The algoithm MAY be old and well known, but the implementation is theirs, something they have a copyright on. It would certainly be against the rules of this site.
The functions are NOT built-in. They seem to be written in MATLAB itself, at least the one I checked, so you have them already as long as you own the stats toolbox. Modifying such code is just a bad idea, but feel free as long as you own it. And if you don't own that toolbox, it is not at all expensive to buy a toolbox, compared to the time you would need to write that large a set of codes. But since you seem to think the algorithm is so old and well known, then surely you could just write it yourself?

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

カテゴリ

Help Center および File ExchangeGaussian Process Regression についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by