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