You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.ML.TimeSeries/ExtensionsCatalog.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -167,8 +167,8 @@ public static SrCnnAnomalyEstimator DetectAnomalyBySrCnn(this TransformsCatalog
167
167
/// <param name="shouldStabilize">The flag determining whether the model should be stabilized.</param>
168
168
/// <param name="shouldMaintainInfo">The flag determining whether the meta information for the model needs to be maintained.</param>
169
169
/// <param name="maxGrowth">The maximum growth on the exponential trend.</param>
170
-
/// <param name="lowerBoundConfidenceColumn">The name of the confidence interval lower bound column. If not specified then confidence intervals will not be calculated.</param>
171
-
/// <param name="upperBoundConfidenceColumn">The name of the confidence interval upper bound column. If not specified then confidence intervals will not be calculated.</param>
170
+
/// <param name="confidenceLowerBoundColumn">The name of the confidence interval lower bound column. If not specified then confidence intervals will not be calculated.</param>
171
+
/// <param name="confidenceUpperBoundColumn">The name of the confidence interval upper bound column. If not specified then confidence intervals will not be calculated.</param>
172
172
/// <param name="confidenceLevel">The confidence level for forecasting.</param>
173
173
/// <param name="variableHorizon">Set this to true if horizon will change after training(at prediction time).</param>
174
174
/// <example>
@@ -182,10 +182,10 @@ public static SrCnnAnomalyEstimator DetectAnomalyBySrCnn(this TransformsCatalog
@@ -258,8 +258,8 @@ public sealed class SsaForecastingEstimator : IEstimator<SsaForecastingTransform
258
258
/// <param name="shouldStabilize">The flag determining whether the model should be stabilized.</param>
259
259
/// <param name="shouldMaintainInfo">The flag determining whether the meta information for the model needs to be maintained.</param>
260
260
/// <param name="maxGrowth">The maximum growth on the exponential trend.</param>
261
-
/// <param name="lowerBoundConfidenceColumn">The name of the confidence interval lower bound column. If not specified then confidence intervals will not be calculated.</param>
262
-
/// <param name="upperBoundConfidenceColumn">The name of the confidence interval upper bound column. If not specified then confidence intervals will not be calculated.</param>
261
+
/// <param name="confidenceLowerBoundColumn">The name of the confidence interval lower bound column. If not specified then confidence intervals will not be calculated.</param>
262
+
/// <param name="confidenceUpperBoundColumn">The name of the confidence interval upper bound column. If not specified then confidence intervals will not be calculated.</param>
263
263
/// <param name="confidenceLevel">The confidence level for forecasting.</param>
264
264
/// <param name="variableHorizon">Set this to true if horizon will change after training.</param>
0 commit comments