Click or drag to resize
Accord.NET (logo)

EmissionFeature 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 EmissionFeature(
	IPotentialFunction<int> owner,
	int factorIndex,
	int state,
	int symbol
)
Request Example View Source

Parameters

owner
Type: Accord.Statistics.Models.Fields.FunctionsIPotentialFunctionInt32
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.
symbol
Type: SystemInt32
The emission symbol.
See Also