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