Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Optional multi-class classifier algorithm parameters that are used with the MultiClassClassifierWu prediction method. More...
Public Member Functions | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
![]() | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | check |
Static Public Attributes | |
maxIterations = ... | |
accuracyThreshold = ... | |
![]() | |
training = ... | |
prediction = ... | |
![]() | |
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.