How to create a table with all the path data from the decision tree?

3 次查看(过去 30 天)
I have a tree generated from the "fitrtree" function. I need all paths and it's corresponding data as individual columns in a table. Can I do that?

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2024-4-18
Unfortunately, there is no direct functionality in MATLAB that can create this type of table.
However, you can create such table manually by using the "fitrtree" class properties such as "PredictorNames" and "ResponseName".
Please refer to the following documentation for more information regarding this properties:
I have conveyed this information to the developers and they may consider this as an enhancement for a future release.
 

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Generate Tests 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by