1 instantiation of SrCnnEntireAnomalyDetector
Microsoft.ML.TimeSeries (1)
ExtensionsCatalog.cs (1)
316
=> new
SrCnnEntireAnomalyDetector
(CatalogUtils.GetEnvironment(catalog), input, outputColumnName, inputColumnName, options);
4 references to SrCnnEntireAnomalyDetector
Microsoft.ML.TimeSeries (4)
ExtensionsCatalog.cs (2)
260
/// Create <see cref="
SrCnnEntireAnomalyDetector
"/>, which detects timeseries anomalies for entire input using SRCNN algorithm.
300
/// Create <see cref="
SrCnnEntireAnomalyDetector
"/>, which detects timeseries anomalies for entire input using SRCNN algorithm.
SrCnnEntireAnomalyDetector.cs (2)
135
internal sealed class SrCnnEntireAnomalyDetector : BatchDataViewMapperBase<double,
SrCnnEntireAnomalyDetector
.Batch>
187
: base(env, nameof(
SrCnnEntireAnomalyDetector
), input)