Click or drag to resize
Accord.NET (logo)

ForwardBackwardGradientTObjective Method

Computes the objective (cost) function for the Hidden Conditional Random Field (negative log-likelihood) using the input/outputs stored in this object.

Namespace:  Accord.Statistics.Models.Fields.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Objective()
Request Example View Source

Return Value

Type: Double

Implements

IHiddenRandomFieldGradientObjective
See Also