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