1 write to _parent
Microsoft.ML.TimeSeries (1)
PercentileThresholdTransform.cs (1)
149
_parent
= (PercentileThresholdTransform)ParentTransform;
1 reference to _parent
Microsoft.ML.TimeSeries (1)
PercentileThresholdTransform.cs (1)
144
dst = greaterCount < (int)(
_parent
._percentile * totalCount / 100);