4 references to GetCurrentValue
Microsoft.ML.Transforms (4)
MissingValueReplacingUtils.cs (4)
549
double val = Stat.
GetCurrentValue
(Ch, RowCount);
593
double val = Stat[slot].
GetCurrentValue
(Ch, RowCount);
775
return Stat.
GetCurrentValue
(Ch, RowCount);
814
stat[slot] = Stat[slot].
GetCurrentValue
(Ch, RowCount);