Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
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 |
![]() | |
def | getNFeatures |
def | getNumberOfFeatures |
def | setNFeatures |
![]() | |
def | __init__ |
def | getSerializationTag |
![]() | |
def | serialize |
def | deserialize |
def | getSerializationTag |
![]() | |
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.