Click or drag to resize
Accord.NET (logo)

BagOfWordsStringToCode Property

Gets the forward dictionary which translates string tokens to integer labels.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public IDictionary<string, int> StringToCode { get; }
Request Example View Source

Property Value

Type: IDictionaryString, Int32
See Also