2 references to ComputeScaleAndOffset
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
1873MeanVarUtils.ComputeScaleAndOffset(_aggregator.Mean[0], stdDev, out scale, out offset); 1968MeanVarUtils.ComputeScaleAndOffset(_aggregator.Mean[i], stdDev, out scale[i], out offset[i]);