4 references to GetValue
Microsoft.ML.Data (4)
Transforms\NormalizeColumnSng.cs (4)
1384value = BinUtils.GetValue(input, _binUpperBounds, _den, _offset); 1490bldr.AddFeature(i, BinUtils.GetValue(values[i], _binUpperBounds[i], _den[i], _offset[i])); 1515BinUtils.GetValue(values[ii], _binUpperBounds[ivDst], _den[ivDst], _offset[ivDst])); 1521BinUtils.GetValue(zero, _binUpperBounds[ivDst], _den[ivDst], _offset[ivDst]));