|
TransitionFeatureT Constructor
|
Constructs a state transition feature.
Namespace:
Accord.Statistics.Models.Fields.Features
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic TransitionFeature(
IPotentialFunction<T> owner,
int factorIndex,
int previous,
int current
)
Public Sub New (
owner As IPotentialFunction(Of T),
factorIndex As Integer,
previous As Integer,
current As Integer
)
Request Example
View SourceParameters
- owner
- Type: Accord.Statistics.Models.Fields.FunctionsIPotentialFunctionT
The potential function to which this feature belongs. - factorIndex
- Type: SystemInt32
The index of the potential factor to which this feature belongs. - previous
- Type: SystemInt32
The originating state. - current
- Type: SystemInt32
The destination state.
See Also