2 instantiations of ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
1133
return new Sng.
ImplOne
(host, mean, stddev, useLog);
1161
return new
ImplOne
(host, mean[0], stddev[0], useLog);
2 references to ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
555
return Sng.
ImplOne
.Create(ctx, host, typeSrc);
Transforms\NormalizeColumnSng.cs (1)
1150
public static new
ImplOne
Create(ModelLoadContext ctx, IHost host, DataViewType typeSrc)