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

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

Class for the parameters of the Decision Forest classification algorithm. More...

Public Member Functions

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

Static Public Attributes

 votingMethod = ...
 
- Static Public Attributes inherited from interface2_Parameter
 nClasses = ...
 
 resultsToEvaluate = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Parameter(size_t nClasses, daal.algorithms.decision_forest.classification.prediction.VotingMethod votingMethod) -> interface1_Parameter

Member Function Documentation

def check (   self)

check(interface1_Parameter self) -> Status

Member Data Documentation

votingMethod = ...
static

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

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