4 references to GetValue
Microsoft.ML.Data (4)
Transforms\NormalizeColumnDbl.cs (4)
1223value = BinUtils.GetValue(in input, _binUpperBounds, _den, _offset); 1328bldr.AddFeature(i, BinUtils.GetValue(in values[i], _binUpperBounds[i], _den[i], _offset[i])); 1353BinUtils.GetValue(in values[ii], _binUpperBounds[ivDst], _den[ivDst], _offset[ivDst])); 1359BinUtils.GetValue(in zero, _binUpperBounds[ivDst], _den[ivDst], _offset[ivDst]));