|
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
)
Public Sub New (
owner As IPotentialFunction(Of Integer),
factorIndex As Integer,
state As Integer,
symbol As Integer
)
Request Example
View SourceParameters
- 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