1 write to _binUpperBounds
Microsoft.ML.Data (1)
Transforms\NormalizeColumnSng.cs (1)
1327_binUpperBounds = binUpperBounds;
5 references to _binUpperBounds
Microsoft.ML.Data (5)
Transforms\NormalizeColumnSng.cs (5)
1328_den = Math.Max(1, _binUpperBounds.Length - 1); 1330_offset = _binUpperBounds.FindIndexSorted(0) / _den; 1367c => BinNormSerializationUtils.SaveModel(c, new[] { _binUpperBounds }, saveText: true)); 1384value = BinUtils.GetValue(input, _binUpperBounds, _den, _offset); 1388=> new NormalizingTransformer.BinNormalizerModelParameters<TFloat>(ImmutableArray.Create(_binUpperBounds), _den, _offset);