|
BagOfWordsGetFeatureVector Method
|
Note: This API is now obsolete.
Gets the codeword representation of a given text.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Transform() instead.")]
public int[] GetFeatureVector(
params string[] text
)
<ObsoleteAttribute("Please use Transform() instead.")>
Public Function GetFeatureVector (
ParamArray text As String()
) As Integer()
Request Example
View SourceParameters
- text
- Type: SystemString
The text to be processed.
Return Value
Type:
Int32An integer vector with the same length as words
in the code book.
See Also