What decision tree learning algorithm does MATLAB use to create decision trees?
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I'm doing a predictive modeling research project and for my report I can't just explain that I input the data into MATLAB and it spits out a model for me after using classregtree. So does MATLAB use ID3, CART, C4.5 for creating trees? What is MATLAB's univariate splitting criteria?
0 comentarios
Respuesta aceptada
Más respuestas (1)
Shashank Prasanna
el 18 de Jul. de 2013
Editada: Shashank Prasanna
el 18 de Jul. de 2013
I think you will find your answer in the documentation:
Splitting criterion:
[1] Coppersmith, D., S. J. Hong, and J. R. M. Hosking. "Partitioning Nominal Attributes in Decision Trees." Data Mining and Knowledge Discovery, Vol. 3, 1999, pp. 197–217.
0 comentarios
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!