4 references to Sng
Microsoft.ML.Data (4)
Transforms\NormalizeColumn.cs (2)
691return Sng.ImplOne.Create(ctx, host, typeSrc); 698return Sng.ImplVec.Create(ctx, host, vectorType);
Transforms\NormalizeColumnSng.cs (2)
1308return new Sng.ImplOne(host, binUpperBounds, fixZero); 1313return new Sng.ImplVec(host, binUpperBounds, fixZero);