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)
144dst = greaterCount < (int)(_parent._percentile * totalCount / 100);