Click or drag to resize
Accord.NET (logo)

ILeastSquaresMethodMinimize Method

Attempts to find the best values for the parameter vector minimizing the discrepancy between the generated outputs and the expected outputs for a given set of input data.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
double Minimize(
	double[][] inputs,
	double[] outputs
)
Request Example View Source

Parameters

inputs
Type: SystemDouble
A set of input data.
outputs
Type: SystemDouble
The values associated with each vector in the inputs data.

Return Value

Type: Double
See Also