Click or drag to resize
Accord.NET (logo)

IHiddenRandomFieldGradient Interface

Common interface for gradient evaluators for Hidden Conditional Random Fields .

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

The IHiddenRandomFieldGradient type exposes the following members.

Methods
  NameDescription
Public methodGradient
Computes the gradient using the input/outputs stored in this object.
Public methodObjective
Computes the objective (cost) function for the Hidden Conditional Random Field (negative log-likelihood) using the input/outputs stored in this object.
Top
See Also