Decision tree algorithm parameters.
More...
def __init__ |
( |
|
self, |
|
|
|
nClasses = 2 |
|
) |
| |
Main constructor
- Parameters
-
nClasses | Number of classes |
Checks a parameter of the Decision tree algorithm
Maximum tree depth. 0 means unlimited depth.
minObservationsInLeafNodes = ... |
|
static |
Minimum number of observations in the leaf node. Can be any positive number.
Pruning method for Decision tree
Split criterion for Decision tree classification
The documentation for this class was generated from the following file:
- algorithms/decision_tree/classification/__init__.py