| 
            
              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
Syntaxpublic IDictionary<string, int> StringToCode { get; }Public ReadOnly Property StringToCode As IDictionary(Of String, Integer)
	Get
 Request Example
		View SourceProperty Value
Type: 
IDictionaryString, 
Int32
See Also