1 write to _den
Microsoft.ML.Data (1)
Transforms\NormalizeColumnSng.cs (1)
1401
_den
= new TFloat[_binUpperBounds.Length];
8 references to _den
Microsoft.ML.Data (8)
Transforms\NormalizeColumnSng.cs (8)
1403
_den
[i] = Math.Max(1, _binUpperBounds[i].Length - 1);
1410
_offset[i] = _binUpperBounds[i].FindIndexSorted(0) /
_den
[i];
1490
bldr.AddFeature(i, BinUtils.GetValue(values[i], _binUpperBounds[i],
_den
[i], _offset[i]));
1495
bldr.AddFeature(i, BinUtils.GetValue(values[i], _binUpperBounds[i],
_den
[i]));
1515
BinUtils.GetValue(values[ii], _binUpperBounds[ivDst],
_den
[ivDst], _offset[ivDst]));
1521
BinUtils.GetValue(zero, _binUpperBounds[ivDst],
_den
[ivDst], _offset[ivDst]));
1531
bldr.AddFeature(i, BinUtils.GetValue(values[ii], _binUpperBounds[i],
_den
[i]));
1541
ImmutableArray.Create(
_den
),