2 writes to Tables
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
64Tables = tables; 93Tables = new Dictionary<int, float>[LabelCardinality][];
6 references to Tables
Microsoft.ML.Transforms (6)
Dracula\CMCountTable.cs (6)
96Tables[i] = new Dictionary<int, float>[Depth]; 100Tables[i][j] = new Dictionary<int, float>(count); 105Tables[i][j].Add(index, value); 134var dict = Tables[iLabel][iDepth]; 152var table = Tables[ilabel]; 252var oldDict = table.Tables[iLabel][iDepth];