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