6 references to MaxPValue
Microsoft.ML.TimeSeries (6)
SequentialAnomalyDetectionTransformBase.cs (6)
275
Host.Assert(
MaxPValue
< 1);
276
Host.Assert(MinPValue <= p && p <=
MaxPValue
);
291
Host.Assert(
MaxPValue
< 1);
292
Host.Assert(MinPValue <= p && p <=
MaxPValue
);
581
else if (result.Values[2] > SequentialAnomalyDetectionTransformBase<TInput, TState>.
MaxPValue
)
582
result.Values[2] = SequentialAnomalyDetectionTransformBase<TInput, TState>.
MaxPValue
;