Click or drag to resize
Accord.NET (logo)

TFIDFCounts Property

Gets the number of documents that contain each code word. Each element is associated with a word, and the value of the element gives the number of documents that contain this word.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int[] Counts { get; }
Request Example View Source

Property Value

Type: Int32
See Also