Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Model of the classifier trained by the logitboost.training.Batch algorithm. More...
Public Member Functions | |
def | serializationTag |
def | getSerializationTag |
def | downCast |
def | create |
def | setIterations |
def | getIterations |
def | __init__ |
![]() | |
def | getNFeatures |
def | getNumberOfFeatures |
def | setNFeatures |
![]() | |
def | __init__ |
def | getSerializationTag |
![]() | |
def | serialize |
def | deserialize |
def | getSerializationTag |
![]() | |
def | __init__ |
def __init__ | ( | self, | |
args | |||
) |
Empty constructor for deserialization
Constructs the LogitBoost model
nFeatures | Number of features in the dataset |
par | Pointer to the parameter structure of the LogitBoost algorithm |
dummy | Dummy variable for the templated constructor |
float64
float32
def create | ( | nFeatures, | |
par, | |||
stat = None |
|||
) |
Constructs the LogitBoost model
nFeatures | Number of features in the dataset |
par | Pointer to the parameter structure of the LogitBoost algorithm |
stat | Status of the model construction |
def downCast | ( | r | ) |
downCast(daal.services.SharedPtr< daal.algorithms.classifier.Model > const & r) -> daal.services.SharedPtr< daal.algorithms.logitboost.Model >
def getIterations | ( | self | ) |
Returns the number of iterations done by the training algorithm
def getSerializationTag | ( | self | ) |
getSerializationTag(Model self) -> int
def serializationTag | ( | ) |
serializationTag() -> int
def setIterations | ( | self, | |
nIterations | |||
) |
Sets the number of iterations for the algorithm
nIterations | Number of iterations |
For more complete information about compiler optimizations, see our Optimization Notice.