2 instantiations of ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
1138return new Sng.ImplVec(host, mean, stddev, useLog); 1228return new ImplVec(host, mean, stddev, useLog);
2 references to ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
562return Sng.ImplVec.Create(ctx, host, vectorType);
Transforms\NormalizeColumnSng.cs (1)
1215public static ImplVec Create(ModelLoadContext ctx, IHost host, VectorDataViewType typeSrc)