|
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; }
Public Property MaximumOccurance As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32See Also