|
TFIDFUpdateDictionary Property
|
Gets or sets a value indicating whether new words should be added to the
dictionary in the next call to
Learn(String, Double).
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool UpdateDictionary { get; set; }
Public Property UpdateDictionary As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also