Click or drag to resize
Accord.NET (logo)

TransitionFeatureT Constructor

Constructs a state transition feature.

Namespace:  Accord.Statistics.Models.Fields.Features
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TransitionFeature(
	IPotentialFunction<T> owner,
	int factorIndex,
	int previous,
	int current
)
Request Example View Source

Parameters

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