Module tree

Module tree 

Source
Expand description

Decision Tree implementations - Real CART algorithm

Structs§

DecisionTreeClassifier
Decision Tree Classifier using CART algorithm
DecisionTreeRegressor
Decision Tree Regressor using CART algorithm
TreeNode
A node in the decision tree

Enums§

Criterion
Split criterion for decision trees