Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Model of the classifier trained by the brownboost.training.Batch algorithm. More...
Public Member Functions | |
| def | serializationTag |
| def | getSerializationTag |
| def | downCast |
| def | getAlpha |
| def | __init__ |
Public Member Functions inherited from Model | |
| def | getNFeatures |
| def | getNumberOfFeatures |
| def | setNFeatures |
Public Member Functions inherited from Model | |
| def | __init__ |
| def | getSerializationTag |
Public Member Functions inherited from SerializationIface | |
| def | serialize |
| def | deserialize |
| def | getSerializationTag |
Public Member Functions inherited from Base | |
| def | __init__ |
| def __init__ | ( | self, | |
| args | |||
| ) |
Empty constructor for deserialization
Constructs the BrownBoost Model
| nFeatures | Number of features in the dataset |
| dummy | Dummy variable for the templated constructor |
float64float32 | def downCast | ( | r | ) |
downCast(daal.services.SharedPtr< daal.algorithms.classifier.Model > const & r) -> daal.services.SharedPtr< daal.algorithms.brownboost.Model >
| def getAlpha | ( | self | ) |
Returns a pointer to the array of weights of weak learners constructed during training of the BrownBoost algorithm. The size of the array equals the number of weak learners
| def getSerializationTag | ( | self | ) |
getSerializationTag(Model self) -> int
| def serializationTag | ( | ) |
serializationTag() -> int
For more complete information about compiler optimizations, see our Optimization Notice.