Click or drag to resize
Accord.NET (logo)

BagOfWords Constructor (String)

Note: This API is now obsolete.

Constructs a new BagOfWords.

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

Parameters

texts
Type: SystemString
The texts to build the bag of words model from.
See Also