2 instantiations of ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
1308return new Sng.ImplOne(host, binUpperBounds, fixZero); 1353return new ImplOne(host, binUpperBounds[0], fixZero);
2 references to ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
691return Sng.ImplOne.Create(ctx, host, typeSrc);
Transforms\NormalizeColumnSng.cs (1)
1334public static new ImplOne Create(ModelLoadContext ctx, IHost host, DataViewType typeSrc)