18 references to RankSelectionMethod
Microsoft.ML.TimeSeries (18)
AdaptiveSingularSpectrumSequenceModeler.cs (9)
154
private readonly
RankSelectionMethod
_rankSelectionMethod;
229
RankSelectionMethod
rankSelectionMethod =
RankSelectionMethod
.Exact, int? rank = null, int? maxRank = null,
252
if (_rankSelectionMethod ==
RankSelectionMethod
.Fixed)
384
_rankSelectionMethod = (
RankSelectionMethod
)temp;
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)
ExtensionsCatalog.cs (2)
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 (5)
60
public
RankSelectionMethod
RankSelectionMethod =
RankSelectionMethod
.Exact;
231
/// <seealso cref="Microsoft.ML.TimeSeriesCatalog.ForecastBySsa(Microsoft.ML.ForecastingCatalog,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Single,Microsoft.ML.Transforms.TimeSeries.
RankSelectionMethod
,System.Int32?,System.Int32?,System.Boolean,System.Boolean,Microsoft.ML.Transforms.TimeSeries.GrowthRatio?,System.String,System.String,System.Single,System.Boolean)" />
270
RankSelectionMethod
rankSelectionMethod =
RankSelectionMethod
.Exact,
SsaForecastingBase.cs (1)
94
public
RankSelectionMethod
RankSelectionMethod;