|
SecondMomentFeature Constructor
|
Constructs a new second moment emission feature.
Namespace:
Accord.Statistics.Models.Fields.Features
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public SecondMomentFeature(
IPotentialFunction<double> owner,
int factorIndex,
int state
)
Public Sub New (
owner As IPotentialFunction(Of Double),
factorIndex As Integer,
state As Integer
)
Request Example
View SourceParameters
- 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.
See Also