matlab - classregtree building tree algorithm documentation -


i used classregtree buid tree , need know algorithm behind building tree, read classregtree matlab page doesn't details. check reference paper couldn't find it. advice?

classregtree uses implementation of c&rt algorithm. @rayryeng mentions in comment, main reference book "classification , regression trees" breiman, friedman, olshen , stone.

note classregtree being deprecated mathworks on next few releases, , you're encouraged move toward classificationtree , regressiontree, use (slightly different) implementations of c&rt.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -