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