Click or drag to resize
Accord.NET (logo)

HiddenResilientGradientLearningTRun Method (T, Int32)

Runs one iteration of the learning algorithm with the specified input training observation and corresponding output label.

Namespace:  Accord.Statistics.Models.Fields.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Run(
	T[] observations,
	int output
)
Request Example View Source

Parameters

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

Return Value

Type: Double
The error in the last iteration.

Implements

IHiddenConditionalRandomFieldLearningTRun(T, Int32)
See Also