Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

texts
Type: SystemString
See Also