Click or drag to resize
Accord.NET (logo)

IBagOfWordsTGetFeatureVector Method

Note: This API is now obsolete.

Gets the codeword representation of a given value.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use the Transform(value) method instead.")]
double[] GetFeatureVector(
	T value
)
Request Example View Source

Parameters

value
Type: T
The value to be processed.

Return Value

Type: Double
A double vector with the same length as words in the code book.
See Also