2 instantiations of ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
978return new Dbl.ImplVec(host, mean, stddev, useLog); 1068return new ImplVec(host, mean, stddev, useLog);
2 references to ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
564return Dbl.ImplVec.Create(ctx, host, vectorType);
Transforms\NormalizeColumnDbl.cs (1)
1055public static ImplVec Create(ModelLoadContext ctx, IHost host, VectorDataViewType typeSrc)