|
IHiddenConditionalRandomFieldLearningTRunEpoch Method
|
Runs one iteration of 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 double RunEpoch(
T[][] observations,
int[] outputs
)
Function RunEpoch (
observations As T()(),
outputs As Integer()
) As Double
Request Example
View SourceParameters
- observations
- Type: T
The training observations. - outputs
- Type: SystemInt32
The observations' labels.
Return Value
Type:
DoubleThe error in the last iteration.
See Also