3 writes to _rankSelectionMethod
Microsoft.ML.TimeSeries (3)
AdaptiveSingularSpectrumSequenceModeler.cs (3)
251_rankSelectionMethod = rankSelectionMethod; 306_rankSelectionMethod = model._rankSelectionMethod; 384_rankSelectionMethod = (RankSelectionMethod)temp;
7 references to _rankSelectionMethod
Microsoft.ML.TimeSeries (7)
AdaptiveSingularSpectrumSequenceModeler.cs (7)
252if (_rankSelectionMethod == RankSelectionMethod.Fixed) 306_rankSelectionMethod = model._rankSelectionMethod; 492ctx.Writer.Write((byte)_rankSelectionMethod); 1258var signalLength = _rankSelectionMethod == RankSelectionMethod.Exact ? originalSeriesLength : 2 * _windowSize - 1;//originalSeriesLength; 1325if (_rankSelectionMethod == RankSelectionMethod.Exact) 1327else if (_rankSelectionMethod == RankSelectionMethod.Fast) 1366if (_rankSelectionMethod != RankSelectionMethod.Exact)