Click or drag to resize
Accord.NET (logo)

BaseHiddenGradientOptimizationLearningTData, TOptimizerRunEpoch Method

Note: This API is now obsolete.

Online learning is not supported.

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

Parameters

observations
Type: TData
output
Type: SystemInt32

Return Value

Type: Double

Implements

IHiddenConditionalRandomFieldLearningTRunEpoch(T, Int32)
See Also