2 instantiations of ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
810
return new Sng.
ImplVec
(host, scale, offset, indicesNonZeroOffset);
906
return new
ImplVec
(host, scales, offsets, (offsets != null && nz.Count < cv / 2) ? nz.ToArray() : null);
2 references to ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
443
return Sng.
ImplVec
.Create(ctx, host, vectorType);
Transforms\NormalizeColumnSng.cs (1)
886
public static
ImplVec
Create(ModelLoadContext ctx, IHost host, VectorDataViewType typeSrc)