|
StepwiseLogisticRegressionAnalysisResult Property
|
Gets the resulting probabilities obtained
by the most likely logistic regression model.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[] Result { get; }
Public ReadOnly Property Result As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also