Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Decision tree algorithm parameters. More...
Public Member Functions | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| pruning = ... | |
| maxTreeDepth = ... | |
| minObservationsInLeafNodes = ... | |
| def __init__ | ( | self | ) |
Main constructor
| def check | ( | self | ) |
Checks a parameter of the Decision tree algorithm
|
static |
Maximum tree depth. 0 means unlimited depth.
|
static |
Minimum number of observations in the leaf node. Can be any positive number.
|
static |
Pruning method for Decision tree
For more complete information about compiler optimizations, see our Optimization Notice.