Click or drag to resize
Accord.NET (logo)

ILinearRegressionCompute Method

Computes the model output for a given input.

Namespace:  Accord.Statistics.Models.Regression.Linear
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
double[] Compute(
	double[] inputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble

Return Value

Type: Double
See Also