|
MultipleLinearRegression Constructor (Int32)
|
Note: This API is now obsolete.
Creates a new Multiple Linear Regression.
Namespace:
Accord.Statistics.Models.Regression.Linear
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax[ObsoleteAttribute("Please use the default constructor and set NumberOfInputs instead.")]
public MultipleLinearRegression(
int inputs
)
<ObsoleteAttribute("Please use the default constructor and set NumberOfInputs instead.")>
Public Sub New (
inputs As Integer
)
Request Example
View SourceParameters
- inputs
- Type: SystemInt32
The number of inputs for the regression.
See Also