Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

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 = ...
 

Detailed Description

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

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

Member Function Documentation

def check (   self)

check(Parameter self) -> Status

Member Data Documentation

accuracyThreshold = ...
static

Convergence threshold

maxIterations = ...
static

Maximum number of iterations


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.