How to access the variable range for leaf node in decision tree
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nirmal
el 5 de Jul. de 2012
Comentada: Vasileios Sevetlidis
el 26 de Sept. de 2015
I want to access the variable range for each of the leaf node for the decision tree that is created by using classregtree. I can see the variable range in the figure generated by view(), but I want to access the range from the code.
Thank you!
0 comentarios
Respuesta aceptada
Más respuestas (1)
Madhur
el 13 de En. de 2015
I am trying to access the indices of samples in the training data which belong to a particular leaf node in the tree. I suspect these two problems might be related. Can you shed some light on how did you obtain the variable range for leaf nodes using code ?
Thanks Madhur
1 comentario
Vasileios Sevetlidis
el 26 de Sept. de 2015
Did you find a way to make it possible through code? I am interested in using the leaf values as well.
thank you!
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!