Click or drag to resize
Accord.NET (logo)

BaseHiddenGradientOptimizationLearningTData, TOptimizerInnerRun Method

Runs the learning algorithm.

Namespace:  Accord.Statistics.Models.Fields.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected override double InnerRun(
	TData[][] observations,
	int[] outputs
)
Request Example View Source

Parameters

observations
Type: TData
outputs
Type: SystemInt32

Return Value

Type: Double
See Also