2 instantiations of ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
1152return new Dbl.ImplVec(host, binUpperBounds, fixZero); 1278return new ImplVec(host, binUpperBounds, fixZero);
2 references to ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
700return Dbl.ImplVec.Create(ctx, host, vectorType);
Transforms\NormalizeColumnDbl.cs (1)
1258public static ImplVec Create(ModelLoadContext ctx, IHost host, VectorDataViewType typeSrc)