|
StepwiseLogisticRegressionModelInputs Property
|
Gets the subset of the original variables used by the model.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public string[] Inputs { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property Inputs As String()
Get
Request Example
View SourceProperty Value
Type:
StringSee Also