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