|
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
)
<ObsoleteAttribute("Please use the Transform(value) method instead.")>
Function GetFeatureVector (
value As T
) As Double()
Request Example
View SourceParameters
- value
- Type: T
The value to be processed.
Return Value
Type:
DoubleA double vector with the same length as words
in the code book.
See Also