Differences between treefit() and classregtree() functions in Matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello
I was wondering if there is any difference between the treefit() and classregtree functions within MATLAB. From a first they look similar ! I have already programmed a classification using the treefit() algorithm and I was thinking if there is going to be any difference in the classification accuracy if I reprogram my code using the classregtree().
Thank you in advance
Respuesta aceptada
Tom Lane
el 19 de Jun. de 2012
There's no difference. The treefit function is older. The classregtree object was intended to do this same thing with a cleaner interface. But the fitting is the same.
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!