Click or drag to resize
Accord.NET (logo)

QuasiNewtonLearningTRun Method

Note: This API is now obsolete.

Runs the learning algorithm with the specified input training observations and corresponding output labels.

Namespace:  Accord.Statistics.Models.Fields.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Learn(x, y) instead.")]
public double Run(
	T[][] observations,
	int[][] labels
)
Request Example View Source

Parameters

observations
Type: T
The training observations.
labels
Type: SystemInt32
The observation's labels.

Return Value

Type: Double

Implements

IConditionalRandomFieldLearningTRun(T, Int32)
See Also