2 instantiations of ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
805return new Sng.ImplOne(host, scale, offset); 842return new ImplOne(host, scales[0], (offsets != null) ? offsets[0] : 0);
2 references to ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
436return Sng.ImplOne.Create(ctx, host, typeSrc);
Transforms\NormalizeColumnSng.cs (1)
823public static new ImplOne Create(ModelLoadContext ctx, IHost host, DataViewType typeSrc)