Click or drag to resize
Accord.NET (logo)

BagOfWordsMaximumOccurance Property

Gets or sets the maximum number of occurrences of a word which should be registered in the feature vector. Default is 1 (if a word occurs, corresponding feature is set to 1).

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

Property Value

Type: Int32
See Also