|
BagOfWordsCompute Method
|
Note: This API is now obsolete.
Computes the Bag of Words model.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the Learn() method instead.")]
public void Compute(
string[][] texts
)
<ObsoleteAttribute("Please use the Learn() method instead.")>
Public Sub Compute (
texts As String()()
)
Request Example
View SourceParameters
- texts
- Type: SystemString
See Also