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)
252
if (
_rankSelectionMethod
== RankSelectionMethod.Fixed)
306
_rankSelectionMethod = model.
_rankSelectionMethod
;
492
ctx.Writer.Write((byte)
_rankSelectionMethod
);
1258
var signalLength =
_rankSelectionMethod
== RankSelectionMethod.Exact ? originalSeriesLength : 2 * _windowSize - 1;//originalSeriesLength;
1325
if (
_rankSelectionMethod
== RankSelectionMethod.Exact)
1327
else if (
_rankSelectionMethod
== RankSelectionMethod.Fast)
1366
if (
_rankSelectionMethod
!= RankSelectionMethod.Exact)