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

Base class for parameters of the boosting algorithm More...

Public Member Functions

def __init__
 
def check
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Static Public Attributes

 weakLearnerTraining = ...
 
 weakLearnerPrediction = ...
 
- Static Public Attributes inherited from Parameter
 nClasses = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1
Default constructor. Sets the decision stump as the default weak learner

Variant 2

Constructs boosting algorithm parameters from weak learner training and prediction algorithms

Parameters
wlTrainForParameterPointer to the training algorithm of the weak learner
wlPredictForParameterPointer to the prediction algorithm of the weak learner

Variant 3
Copy constructor

Member Function Documentation

def check (   self)

check(Parameter self) -> Status

Member Data Documentation

weakLearnerPrediction = ...
static

The algorithm for prediction based on a weak learner model

weakLearnerTraining = ...
static

The algorithm for weak learner model training


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

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