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 -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -