1 write to Parent
Microsoft.ML.Data (1)
Transforms\RangeFilter.cs (1)
277
Parent
= parent;
24 references to Parent
Microsoft.ML.Data (24)
Transforms\RangeFilter.cs (24)
278
_min =
Parent
._min;
279
_max =
Parent
._max;
280
if (
Parent
._includeMin)
282
if (
Parent
._includeMax)
283
CheckBounds =
Parent
._complement ? (Func<Double, bool>)TestNotCC : TestCC;
285
CheckBounds =
Parent
._complement ? (Func<Double, bool>)TestNotCO : TestCO;
289
if (
Parent
._includeMax)
290
CheckBounds =
Parent
._complement ? (Func<Double, bool>)TestNotOC : TestOC;
292
CheckBounds =
Parent
._complement ? (Func<Double, bool>)TestNotOO : TestOO;
322
if (column.Index !=
Parent
._index)
357
Ch.Assert(
Parent
._type == NumberDataViewType.Single);
358
_srcGetter = Input.GetGetter<Single>(Input.Schema[
Parent
._index]);
369
Ch.Assert(
Parent
._type == NumberDataViewType.Single);
375
Ch.Assert(
Parent
._type == NumberDataViewType.Single);
390
Ch.Assert(
Parent
._type == NumberDataViewType.Double);
391
_srcGetter = Input.GetGetter<Double>(Input.Schema[
Parent
._index]);
402
Ch.Assert(
Parent
._type == NumberDataViewType.Double);
408
Ch.Assert(
Parent
._type == NumberDataViewType.Double);
425
Ch.Assert(
Parent
._type.GetKeyCount() > 0);
426
_count =
Parent
._type.GetKeyCount();
427
_srcGetter = Input.GetGetter<T>(Input.Schema[
Parent
._index]);
435
_conv = Data.Conversion.Conversions.DefaultInstance.GetStandardConversion<T, ulong>(
Parent
._type, NumberDataViewType.UInt64, out identity);
440
Ch.Assert(
Parent
._type is KeyDataViewType);
446
Ch.Assert(
Parent
._type is KeyDataViewType);