2 instantiations of ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
1147
return new Dbl.
ImplOne
(host, binUpperBounds, fixZero);
1192
return new
ImplOne
(host, binUpperBounds[0], fixZero);
2 references to ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
693
return Dbl.
ImplOne
.Create(ctx, host, typeSrc);
Transforms\NormalizeColumnDbl.cs (1)
1173
public static new
ImplOne
Create(ModelLoadContext ctx, IHost host, DataViewType typeSrc)