2 instantiations of ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
647return new Dbl.ImplOne(host, scale, offset); 684return new ImplOne(host, scales[0], (offsets != null) ? offsets[0] : 0);
2 references to ImplOne
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
438return Dbl.ImplOne.Create(ctx, host, typeSrc);
Transforms\NormalizeColumnDbl.cs (1)
665public static new ImplOne Create(ModelLoadContext ctx, IHost host, DataViewType typeSrc)