2 instantiations of ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumnDbl.cs (2)
1152
return new Dbl.
ImplVec
(host, binUpperBounds, fixZero);
1278
return new
ImplVec
(host, binUpperBounds, fixZero);
2 references to ImplVec
Microsoft.ML.Data (2)
Transforms\NormalizeColumn.cs (1)
700
return Dbl.
ImplVec
.Create(ctx, host, vectorType);
Transforms\NormalizeColumnDbl.cs (1)
1258
public static
ImplVec
Create(ModelLoadContext ctx, IHost host, VectorDataViewType typeSrc)