2 writes to Depth
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
56
Depth
= depth;
88
Depth
= ctx.Reader.ReadInt32();
9 references to Depth
Microsoft.ML.Transforms (9)
Dracula\CMCountTable.cs (9)
57
Contracts.Check(
Depth
> 0, "depth must be positive");
58
Contracts.Check(tables.All(x => Utils.Size(x) ==
Depth
), "Depth must be the same for all labels");
89
env.CheckDecode(
Depth
> 0);
96
Tables[i] = new Dictionary<int, float>[
Depth
];
97
for (int j = 0; j <
Depth
; j++)
127
ctx.Writer.Write(
Depth
);
132
for (int iDepth = 0; iDepth <
Depth
; iDepth++)
153
for (int idepth = 0; idepth <
Depth
; idepth++)
242
_depth = table.
Depth
;