Does anyone have the source code of the regression decision tree in MATLAB?
4 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
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 个评论
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 Exchange 中查找有关 Gaussian Process Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!