9 references to GrowthRatio
Microsoft.ML.TimeSeries (9)
AdaptiveSingularSpectrumSequenceModeler.cs (4)
230
bool shouldComputeForecastIntervals = true, bool shouldstablize = true, bool shouldMaintainInfo = false,
GrowthRatio
? maxGrowth = null)
239
_host.CheckParam(maxGrowth == null || maxGrowth.Value.TimeSpan > 0, nameof(
GrowthRatio
.TimeSpan), "The time span must be strictly positive.");
240
_host.CheckParam(maxGrowth == null || maxGrowth.Value.Growth >= 0, nameof(
GrowthRatio
.Growth), "The growth must be non-negative.");
281
_maxTrendRatio = maxGrowth == null ? Double.PositiveInfinity : ((
GrowthRatio
)maxGrowth).Ratio;
ExtensionsCatalog.cs (1)
478
int? maxRank = null, bool shouldStabilize = true, bool shouldMaintainInfo = false,
GrowthRatio
? maxGrowth = null, string confidenceLowerBoundColumn = null,
SSaForecasting.cs (3)
76
public
GrowthRatio
? MaxGrowth = null;
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)" />
275
GrowthRatio
? maxGrowth = null,
SsaForecastingBase.cs (1)
99
public
GrowthRatio
? MaxGrowth;