|
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
Syntaxdouble[] GetFeatureVector(
int[] states,
T[] observations,
int output = 0
)
Function GetFeatureVector (
states As Integer(),
observations As T(),
Optional output As Integer = 0
) As Double()
Request Example
View SourceParameters
- states
- Type: SystemInt32
- observations
- Type: T
- output (Optional)
- Type: SystemInt32
Return Value
Type:
Double
See Also