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
];
231
for (int iDepth = 0; iDepth <
_depth
; iDepth++)
246
_tables[iLabel] = new Dictionary<int, double>[
_depth
];
247
for (int iDepth = 0; iDepth <
_depth
; iDepth++)
268
tables[iLabel] = new Dictionary<int, float>[
_depth
];
269
for (int iDepth = 0; iDepth <
_depth
; iDepth++)
277
return new CMCountTable(tables, priorCounts,
_depth
, _width);
283
for (int i = 0; i <
_depth
; i++)