Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Optional multi-class classifier algorithm parameters that are used with the MultiClassClassifierWu prediction method. More...
Public Member Functions | |
| def | __init__ |
| def | check |
Public Member Functions inherited from ParameterBase | |
| def | __init__ |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| maxIterations = ... | |
| accuracyThreshold = ... | |
Static Public Attributes inherited from ParameterBase | |
| training = ... | |
| prediction = ... | |
Static Public Attributes inherited from Parameter | |
| nClasses = ... | |
| def __init__ | ( | self, | |
| nClasses, | |||
maxIterations = 100, |
|||
accuracyThreshold = 1.0e-12 |
|||
| ) |
__init__(daal.algorithms.multi_class_classifier.Parameter self, size_t nClasses, size_t maxIterations=100, double accuracyThreshold=1.0e-12) -> Parameter
| def check | ( | self | ) |
check(Parameter self) -> Status
|
static |
Convergence threshold
|
static |
Maximum number of iterations
For more complete information about compiler optimizations, see our Optimization Notice.