|
BagOfWordsCodeToString Property
|
Gets the reverse dictionary which translates
integer labels into string tokens.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public IDictionary<int, string> CodeToString { get; }
Public ReadOnly Property CodeToString As IDictionary(Of Integer, String)
Get
Request Example
View SourceProperty Value
Type:
IDictionaryInt32,
StringSee Also