1 write to Ch
Microsoft.ML.Transforms (1)
MissingValueReplacingUtils.cs (1)
155Ch = ch;
21 references to Ch
Microsoft.ML.Transforms (21)
MissingValueReplacingUtils.cs (21)
188Ch.AssertValue(cursor); 189Ch.Assert(0 <= col); 237Ch.AssertValue(type); 238Ch.Assert(type.IsKnownSize); 338Ch.AssertValue(type); 351Ch.Assert(0 <= slot && slot < Stat.Length); 549double val = Stat.GetCurrentValue(Ch, RowCount); 550Ch.Assert(float.MinValue <= val && val <= float.MaxValue); 569double val = Stat.GetCurrentValue(Ch, ValueCount); 570Ch.Assert(float.MinValue <= val && val <= float.MaxValue); 584Ch.Assert(0 <= slot && slot < Stat.Length); 593double val = Stat[slot].GetCurrentValue(Ch, RowCount); 594Ch.Assert(float.MinValue <= val && val <= float.MaxValue); 666Ch.Assert(0 <= slot && slot < Stat.Length); 673Ch.Assert(0 <= slot && slot < Stat.Length); 775return Stat.GetCurrentValue(Ch, RowCount); 793return Stat.GetCurrentValue(Ch, ValueCount); 806Ch.Assert(0 <= slot && slot < Stat.Length); 814stat[slot] = Stat[slot].GetCurrentValue(Ch, RowCount); 884Ch.Assert(0 <= slot && slot < Stat.Length); 894Ch.Assert(0 <= slot && slot < Stat.Length);