Click or drag to resize
Accord.NET (logo)

MultivariateSecondMomentFeature Constructor

Constructs a new symbol emission feature.

Namespace:  Accord.Statistics.Models.Fields.Features
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public MultivariateSecondMomentFeature(
	IPotentialFunction<double[]> owner,
	int factorIndex,
	int state,
	int dimension
)
Request Example View Source

Parameters

owner
Type: Accord.Statistics.Models.Fields.FunctionsIPotentialFunctionDouble
The potential function to which this feature belongs.
factorIndex
Type: SystemInt32
The index of the potential factor to which this feature belongs.
state
Type: SystemInt32
The state for the emission.
dimension
Type: SystemInt32
The dimension of the multidimensional observation this feature should respond to.
See Also