2 writes to _tables
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
227_tables = new Dictionary<int, double>[LabelCardinality][]; 241_tables = new Dictionary<int, double>[LabelCardinality][];
9 references to _tables
Microsoft.ML.Transforms (9)
Dracula\CMCountTable.cs (9)
230_tables[iLabel] = new Dictionary<int, double>[_depth]; 232_tables[iLabel][iDepth] = new Dictionary<int, double>(); 246_tables[iLabel] = new Dictionary<int, double>[_depth]; 249_tables[iLabel][iDepth] = new Dictionary<int, double>(); 254_tables[iLabel][iDepth].Add(kvp.Key, kvp.Value); 272foreach (var kvp in _tables[iLabel][iDepth]) 286if (!_tables[labelKey][i].ContainsKey(idx)) 287_tables[labelKey][i].Add(idx, 0); 288_tables[labelKey][i][idx]++;