Click or drag to resize
Accord.NET (logo)

IPotentialFunctionTGetFeatureVector Method

Gets the feature vector for a given input and sequence of states.

Namespace:  Accord.Statistics.Models.Fields.Functions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
double[] GetFeatureVector(
	int[] states,
	T[] observations,
	int output = 0
)
Request Example View Source

Parameters

states
Type: SystemInt32
observations
Type: T
output (Optional)
Type: SystemInt32

Return Value

Type: Double
See Also