2 writes to _depth
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
222_depth = depth; 242_depth = table.Depth;
8 references to _depth
Microsoft.ML.Transforms (8)
Dracula\CMCountTable.cs (8)
230_tables[iLabel] = new Dictionary<int, double>[_depth]; 231for (int iDepth = 0; iDepth < _depth; iDepth++) 246_tables[iLabel] = new Dictionary<int, double>[_depth]; 247for (int iDepth = 0; iDepth < _depth; iDepth++) 268tables[iLabel] = new Dictionary<int, float>[_depth]; 269for (int iDepth = 0; iDepth < _depth; iDepth++) 277return new CMCountTable(tables, priorCounts, _depth, _width); 283for (int i = 0; i < _depth; i++)