|
StepwiseLogisticRegressionModelRegression Property
|
Gets the regression model.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public LogisticRegression Regression { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property Regression As LogisticRegression
Get
Request Example
View SourceProperty Value
Type:
LogisticRegressionSee Also