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