2 instantiations of ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
1313return new Sng.ImplVec(host, binUpperBounds, fixZero); 1439return new ImplVec(host, binUpperBounds, fixZero);
2 references to ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
698return Sng.ImplVec.Create(ctx, host, vectorType);
Transforms\NormalizeColumnSng.cs (1)
1419public static ImplVec Create(ModelLoadContext ctx, IHost host, VectorDataViewType typeSrc)