|
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
)
Function Minimize (
inputs As Double()(),
outputs As Double()
) As Double
Request Example
View SourceParameters
- inputs
- Type: SystemDouble
A set of input data. - outputs
- Type: SystemDouble
The values associated with each
vector in the inputs data.
Return Value
Type:
DoubleSee Also