2 instantiations of CMCountTable
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (2)
72
return new
CMCountTable
(env, ctx);
277
return new
CMCountTable
(tables, priorCounts, _depth, _width);
5 references to CMCountTable
Microsoft.ML.Transforms (5)
Dracula\CMCountTable.cs (5)
21
[assembly: LoadableClass(typeof(
CMCountTable
), null, typeof(SignatureLoadModel),
23
CMCountTable
.LoaderSignature)]
41
loaderAssemblyName: typeof(
CMCountTable
).Assembly.FullName);
67
public static
CMCountTable
Create(IHostEnvironment env, ModelLoadContext ctx)
236
public Builder(
CMCountTable
table, long labelCardinality)