2 writes to _tables
Microsoft.ML.Transforms (2)
Dracula\DictCountTable.cs (2)
174_tables = new Dictionary<long, double>[LabelCardinality]; 184_tables = new Dictionary<long, double>[LabelCardinality];
8 references to _tables
Microsoft.ML.Transforms (8)
Dracula\DictCountTable.cs (8)
176_tables[i] = new Dictionary<long, double>(); 187_tables[i] = new Dictionary<long, double>(); 191_tables[i][kvp.Key] = kvp.Value; 214var src = _tables[iTable]; 225if (!_tables[labelKey].TryGetValue(key, out var old)) 227_tables[labelKey][key] = old + 1; 234foreach (var table in _tables) 248if (!_tables[i].TryGetValue(key, out curCounts[i]))