1 write to _values
Microsoft.ML.Data (1)
Transforms\NormalizeColumnDbl.cs (1)
1909
_values
= new List<TFloat>[cv];
8 references to _values
Microsoft.ML.Data (8)
Transforms\NormalizeColumnDbl.cs (8)
1912
_values
[i] = new List<TFloat>();
1933
int size =
_values
.Length;
1944
_values
[j].Add(values[j]);
1953
_values
[j].Add(val);
1962
var count =
_values
.Length;
1966
var numZeroes = checked((int)(Lim - Rem -
_values
[i].Count));
1967
_values
[i].RemoveAll(TFloat.IsNaN);
1968
binUpperBounds[i] = binFinder.FindBins(_numBins,
_values
[i], numZeroes);