7 references to MinPValue
Microsoft.ML.TimeSeries (7)
SequentialAnomalyDetectionTransformBase.cs (7)
151
internal const Double MaxPValue = 1 -
MinPValue
;
274
Host.Assert(
MinPValue
> 0);
276
Host.Assert(
MinPValue
<= p && p <= MaxPValue);
290
Host.Assert(
MinPValue
> 0);
292
Host.Assert(
MinPValue
<= p && p <= MaxPValue);
579
if (result.Values[2] < SequentialAnomalyDetectionTransformBase<TInput, TState>.
MinPValue
)
580
result.Values[2] = SequentialAnomalyDetectionTransformBase<TInput, TState>.
MinPValue
;