2 writes to _complement
Microsoft.ML.Data (2)
Transforms\RangeFilter.cs (2)
128
_complement
= options.Complement;
162
_complement
= ctx.Reader.ReadBoolByte();
5 references to _complement
Microsoft.ML.Data (5)
Transforms\RangeFilter.cs (5)
196
ctx.Writer.WriteBoolByte(
_complement
);
283
CheckBounds = Parent.
_complement
? (Func<Double, bool>)TestNotCC : TestCC;
285
CheckBounds = Parent.
_complement
? (Func<Double, bool>)TestNotCO : TestCO;
290
CheckBounds = Parent.
_complement
? (Func<Double, bool>)TestNotOC : TestOC;
292
CheckBounds = Parent.
_complement
? (Func<Double, bool>)TestNotOO : TestOO;