|
BagOfWords Constructor (String)
|
Note: This API is now obsolete.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the default constructor and pass the texts to the Learn() method.")]
public BagOfWords(
params string[] texts
)
<ObsoleteAttribute("Please use the default constructor and pass the texts to the Learn() method.")>
Public Sub New (
ParamArray texts As String()
)
Request Example
View SourceParameters
- texts
- Type: SystemString
The texts to build the bag of words model from.
See Also