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