2 references to DepthLim
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
199
Contracts.Check(0 < depth && depth <
DepthLim
, "Depth out of range");
221
Contracts.Assert(0 < depth && depth <
DepthLim
);