8 references to Exact
Microsoft.ML.TimeSeries (8)
AdaptiveSingularSpectrumSequenceModeler.cs (4)
229RankSelectionMethod rankSelectionMethod = RankSelectionMethod.Exact, int? rank = null, int? maxRank = null, 1258var signalLength = _rankSelectionMethod == RankSelectionMethod.Exact ? originalSeriesLength : 2 * _windowSize - 1;//originalSeriesLength; 1325if (_rankSelectionMethod == RankSelectionMethod.Exact) 1366if (_rankSelectionMethod != RankSelectionMethod.Exact)
ExtensionsCatalog.cs (1)
477bool isAdaptive = false, float discountFactor = 1, RankSelectionMethod rankSelectionMethod = RankSelectionMethod.Exact, int? rank = null,
SsaAnomalyDetectionBase.cs (1)
205DiscountFactor, RankSelectionMethod.Exact, null, SeasonalWindowSize / 2, false, false);
SSaForecasting.cs (2)
60public RankSelectionMethod RankSelectionMethod = RankSelectionMethod.Exact; 270RankSelectionMethod rankSelectionMethod = RankSelectionMethod.Exact,