Click or drag to resize
Accord.NET (logo)

ForwardBackwardGradientTObjective Method (Double)

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(
	double[] parameters
)
Request Example View Source

Parameters

parameters
Type: SystemDouble
The parameter vector lambda to use in the model.

Return Value

Type: Double
See Also