1 write to _offset
Microsoft.ML.Data (1)
Transforms\NormalizeColumnSng.cs (1)
1330
_offset
= _binUpperBounds.FindIndexSorted(0) / _den;
5 references to _offset
Microsoft.ML.Data (5)
Transforms\NormalizeColumnSng.cs (5)
1331
Host.Assert(0 <=
_offset
&&
_offset
<= 1);
1364
ctx.Writer.WriteBoolByte(
_offset
!= 0);
1384
value = BinUtils.GetValue(input, _binUpperBounds, _den,
_offset
);
1388
=> new NormalizingTransformer.BinNormalizerModelParameters<TFloat>(ImmutableArray.Create(_binUpperBounds), _den,
_offset
);