Click or drag to resize
Accord.NET (logo)

MultivariateLinearRegressionCompute Method (Double)

Note: This API is now obsolete.

Computes the Multiple Linear 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
)
Request Example View Source

Parameters

input
Type: SystemDouble
An array of input vectors.

Return Value

Type: Double
The computed outputs.
See Also