|
SimpleLinearRegressionCompute Method (Double)
|
Note: This API is now obsolete.
Computes the regression output for a given input.
Namespace:
Accord.Statistics.Models.Regression.Linear
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Transform instead.")]
public double[] Compute(
double[] input
)
<ObsoleteAttribute("Please use Transform instead.")>
Public Function Compute (
input As Double()
) As Double()
Request Example
View SourceParameters
- input
- Type: SystemDouble
An array of input values.
Return Value
Type:
DoubleThe array of calculated output values.
See Also