Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: IDictionaryInt32, String
See Also