2 references to _maximumScore
Microsoft.ML.TimeSeries (2)
SrCnnEntireAnomalyDetector.cs (2)
374
private static readonly int _minimumScoreWindowSize = (int)(
_maximumScore
* 10) + 1;
624
score = Math.Min(score,
_maximumScore
);