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