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

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -