Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Model of the classifier trained by the logistic_regression.training.Batch algorithm. More...
Public Member Functions | |
| def | serializationTag |
| def | getSerializationTag |
| def | downCast |
| def | getNumberOfBetas |
| def | getInterceptFlag |
| def | getBeta |
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 downCast | ( | r | ) |
downCast(daal.services.SharedPtr< daal.algorithms.classifier.Model > const & r) -> daal.services.SharedPtr< daal.algorithms.logistic_regression.Model >
| def getBeta | ( | self, | |
| args | |||
| ) |
Returns the numeric table that contains regression coefficients
Returns the numeric table that contains regression coefficients
| def getInterceptFlag | ( | self | ) |
Returns true if the regression model contains the intercept term, and false otherwise
| def getNumberOfBetas | ( | self | ) |
Returns the number of regression coefficients
| def getSerializationTag | ( | self | ) |
getSerializationTag(Model self) -> int
| def serializationTag | ( | ) |
serializationTag() -> int
For more complete information about compiler optimizations, see our Optimization Notice.