4 references to Dbl
Microsoft.ML.Data (4)
Transforms\NormalizeColumn.cs (2)
693return Dbl.ImplOne.Create(ctx, host, typeSrc); 700return Dbl.ImplVec.Create(ctx, host, vectorType);
Transforms\NormalizeColumnDbl.cs (2)
1147return new Dbl.ImplOne(host, binUpperBounds, fixZero); 1152return new Dbl.ImplVec(host, binUpperBounds, fixZero);