4 references to DetectAnomalyBySrCnn
Microsoft.ML.Samples (2)
Dynamic\Transforms\TimeSeries\DetectAnomalyBySrCnn.cs (1)
41
ITransformer model = ml.Transforms.
DetectAnomalyBySrCnn
(
Dynamic\Transforms\TimeSeries\DetectAnomalyBySrCnnBatchPrediction.cs (1)
37
var transformedData = ml.Transforms.
DetectAnomalyBySrCnn
(
Microsoft.ML.TimeSeries (1)
SRCNNAnomalyDetector.cs (1)
228
/// <seealso cref="Microsoft.ML.TimeSeriesCatalog.
DetectAnomalyBySrCnn
(TransformsCatalog, string, string, int, int, int, int, int, double)"/>
Microsoft.ML.TimeSeries.Tests (1)
TimeSeriesDirectApi.cs (1)
566
var transformedData = ml.Transforms.
DetectAnomalyBySrCnn
(outputColumnName, inputColumnName, 16, 5, 5, 3, 8, 0.35).Fit(dataView).Transform(dataView);