Click or drag to resize
Accord.NET (logo)

GeneralizedLinearRegressionCompute Method (Double)

Note: This API is now obsolete.

Computes the model output for each of the given input vectors.

Namespace:  Accord.Statistics.Models.Regression
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Probability method instead.")]
public double[] Compute(
	double[][] input
)
Request Example View Source

Parameters

input
Type: SystemDouble
The array of input vectors.

Return Value

Type: Double
The array of output values.
See Also