Trains the decision stump model.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the the decision stump training method, double or float |
method | Decision stump training method, Method |
- Enumerations
- Method Decision stump training methods
- classifier.training.InputId Identifiers of input objects for the decision stump training algorithm
- classifier.training.ResultId Identifiers of results of the decision stump training algorithm
- References
-
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.stump.training.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.stump.training.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
Constructs decision stump training algorithm by copying input objects of another decision stump training algorithm
- Parameters
-
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Returns a pointer to the newly allocated decision stump training algorithm with a copy of input objects and parameters of this decision stump training algorithm
- Returns
- Pointer to the newly allocated algorithm
Get input objects for the stump training algorithm
- Returns
- Input objects for the stump training algorithm
Returns method of the algorithm
- Returns
- Method of the algorithm
Returns the structure that contains computed results of the decision stump training algorithm
- Returns
- Structure that contains computed results of the decision stump training algorithm
Resets the training results of the classification algorithm
The documentation for this class was generated from the following file: