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