8 references to TimeSeriesCatalog
Microsoft.ML.TimeSeries (8)
IidChangePointDetector.cs (1)
222
/// <seealso cref="Microsoft.ML.
TimeSeriesCatalog
.DetectIidChangePoint(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,Microsoft.ML.Transforms.TimeSeries.MartingaleType,System.Double)" />
IidSpikeDetector.cs (1)
202
/// <seealso cref="Microsoft.ML.
TimeSeriesCatalog
.DetectIidSpike(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,Microsoft.ML.Transforms.TimeSeries.AnomalySide)" />
SRCNNAnomalyDetector.cs (1)
228
/// <seealso cref="Microsoft.ML.
TimeSeriesCatalog
.DetectAnomalyBySrCnn(TransformsCatalog, string, string, int, int, int, int, int, double)"/>
SrCnnEntireAnomalyDetector.cs (2)
133
/// <seealso cref="
TimeSeriesCatalog
.DetectEntireAnomalyBySrCnn(AnomalyDetectionCatalog, IDataView, string, string, double, int, double, SrCnnDetectMode)"/>
134
/// <seealso cref="
TimeSeriesCatalog
.DetectEntireAnomalyBySrCnn(AnomalyDetectionCatalog, IDataView, string, string, SrCnnEntireAnomalyDetectorOptions)"/>
SsaChangePointDetector.cs (1)
229
/// <seealso cref="Microsoft.ML.
TimeSeriesCatalog
.DetectChangePointBySsa(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,System.Int32,System.Int32,Microsoft.ML.Transforms.TimeSeries.ErrorFunction,Microsoft.ML.Transforms.TimeSeries.MartingaleType,System.Double)" />
SSaForecasting.cs (1)
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)" />
SsaSpikeDetector.cs (1)
210
/// <seealso cref="Microsoft.ML.
TimeSeriesCatalog
.DetectSpikeBySsa(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,System.Int32,System.Int32,Microsoft.ML.Transforms.TimeSeries.AnomalySide,Microsoft.ML.Transforms.TimeSeries.ErrorFunction)" />