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 = ... | |
resultsToEvaluate = ... | |
def __init__ | ( | self, | |
nClasses, | |||
maxIterations = 100 , |
|||
accuracyThreshold = 1.0e-12 |
|||
) |
Parameter(size_t nClasses, size_t maxIterations=100, double accuracyThreshold=1.0e-12) -> interface2_Parameter
def check | ( | self | ) |
check(interface2_Parameter self) -> Status
|
static |
Convergence threshold
|
static |
Maximum number of iterations
For more complete information about compiler optimizations, see our Optimization Notice.