Clear Filters
Clear Filters

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

3 views (last 30 days)
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?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 18 Apr 2024
Edited: MathWorks Support Team on 18 Apr 2024
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.
 

More Answers (0)

Tags

No tags entered yet.

Products


Release

R2017b

Community Treasure Hunt

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

Start Hunting!