Skip to content

Commit 9726b41

Browse files
authored
Update ForecastBySsa function specifications and add seealso (#5027)
1 parent 615eae1 commit 9726b41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.ML.TimeSeries/SSaForecasting.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private static IRowMapper Create(IHostEnvironment env, ModelLoadContext ctx, Dat
208208
/// </summary>
209209
/// <remarks>
210210
/// <format type="text/markdown"><![CDATA[
211-
/// To create this estimator, use [ForecastBySsa](xref:Microsoft.ML.TimeSeriesCatalog.ForecastBySsa(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean, System.Single, Microsoft.ML.Transforms.TimeSeries.AnomalySide,Microsoft.ML.Transforms.TimeSeries.ErrorFunction))
211+
/// To create this estimator, use [ForecastBySsa](xref: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))
212212
///
213213
/// [!include[io](~/../docs/samples/docs/api-reference/io-time-series-ssa-forecast.md)]
214214
///
@@ -228,6 +228,7 @@ private static IRowMapper Create(IHostEnvironment env, ModelLoadContext ctx, Dat
228228
/// ]]>
229229
/// </format>
230230
/// </remarks>
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)" />
231232
public sealed class SsaForecastingEstimator : IEstimator<SsaForecastingTransformer>
232233
{
233234
private readonly IHost _host;

0 commit comments

Comments
 (0)