37 references to AnomalySide
Microsoft.ML.TimeSeries (37)
ExtensionsCatalog.cs (8)
87
int confidence, int pvalueHistoryLength,
AnomalySide
side =
AnomalySide
.TwoSided)
111
double confidence, int pvalueHistoryLength,
AnomalySide
side =
AnomalySide
.TwoSided)
206
int trainingWindowSize, int seasonalityWindowSize,
AnomalySide
side =
AnomalySide
.TwoSided, ErrorFunction errorFunction = ErrorFunction.SignedDifference)
232
int trainingWindowSize, int seasonalityWindowSize,
AnomalySide
side =
AnomalySide
.TwoSided, ErrorFunction errorFunction = ErrorFunction.SignedDifference)
IidChangePointDetector.cs (4)
70
Side =
AnomalySide
.TwoSided;
81
Side =
AnomalySide
.TwoSided;
165
InternalTransform.Host.CheckDecode(InternalTransform.Side ==
AnomalySide
.TwoSided);
180
InternalTransform.Host.Assert(InternalTransform.Side ==
AnomalySide
.TwoSided);
IidSpikeDetector.cs (5)
49
public
AnomalySide
Side =
AnomalySide
.TwoSided;
202
/// <seealso cref="Microsoft.ML.TimeSeriesCatalog.DetectIidSpike(Microsoft.ML.TransformsCatalog,System.String,System.String,System.Double,System.Int32,Microsoft.ML.Transforms.TimeSeries.
AnomalySide
)" />
215
internal IidSpikeEstimator(IHostEnvironment env, string outputColumnName, double confidence, int pvalueHistoryLength, string inputColumnName,
AnomalySide
side =
AnomalySide
.TwoSided)
SequentialAnomalyDetectionTransformBase.cs (12)
88
public
AnomalySide
Side =
AnomalySide
.TwoSided;
130
internal
AnomalySide
Side;
169
AnomalySide
anomalySide, MartingaleType martingale, AlertingScore alertingScore, Double powerMartingaleEpsilon,
174
Host.CheckUserArg(Enum.IsDefined(typeof(
AnomalySide
), anomalySide), nameof(ArgumentsBase.Side), "Value is undefined.");
222
Host.CheckDecode(Enum.IsDefined(typeof(
AnomalySide
), temp));
223
Side = (
AnomalySide
)temp;
244
Host.Assert(Enum.IsDefined(typeof(
AnomalySide
), Side));
548
case
AnomalySide
.Negative:
552
case
AnomalySide
.Positive:
566
case
AnomalySide
.Negative:
570
case
AnomalySide
.Positive:
SsaChangePointDetector.cs (3)
80
Side =
AnomalySide
.TwoSided;
175
InternalTransform.Host.CheckDecode(InternalTransform.Side ==
AnomalySide
.TwoSided);
187
InternalTransform.Host.Assert(InternalTransform.Side ==
AnomalySide
.TwoSided);
SsaSpikeDetector.cs (5)
49
public
AnomalySide
Side =
AnomalySide
.TwoSided;
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)" />
236
AnomalySide
side =
AnomalySide
.TwoSided,