Algorithm for the multi-class classifier model training.
More...
- Deprecated:
- This item will be removed in a future release.
- Parameters
-
fptype | Data type to use in intermediate computations for the multi-class classifier training algorithm, double or float |
method | Computation method for the algorithm, Method |
- Enumerations
- Method Multi-class classifier training methods
- classifier.training.InputId Identifiers of input objects for the multi-class classifier algprithm
- classifier.training.ResultId Identifiers of multi-class classifier training results
- References
-
- Aliases
Batch_Float64OneAgainstOne
is an alias of Batch(fptype=float64, method=daal.algorithms.multi_class_classifier.training.oneAgainstOne)
Batch_Float32OneAgainstOne
is an alias of Batch(fptype=float32, method=daal.algorithms.multi_class_classifier.training.oneAgainstOne)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Deprecated:
- This item will be removed in a future release.
- Variant 2
Default constructor
- Parameters
-
nClasses | Number of classes |
- Variant 3
Constructs multi-class classifier training algorithm by copying input objects and parameters of another multi-class classifier 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 multi-class classifier training algorithm with a copy of input objects and parameters of this multi-class classifier training algorithm
- Returns
- Pointer to the newly allocated algorithm
Get input objects for the multi-class classifier training algorithm
- Returns
- Input objects for the multi-class classifier training algorithm
Returns method of the algorithm
- Returns
- Method of the algorithm
Returns the structure that contains the training results of the multi-class classifier algorithm
- Returns
- Structure that contains the training results of the multi-class classifier algorithm
Resets the training results of the classification algorithm
Input objects of the algorithm
The documentation for this class was generated from the following file:
- multi_class_classifier/training.py