16 references to TwoSided
Microsoft.ML.TimeSeries (16)
ExtensionsCatalog.cs (4)
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 (2)
49
public AnomalySide Side = AnomalySide.
TwoSided
;
215
internal IidSpikeEstimator(IHostEnvironment env, string outputColumnName, double confidence, int pvalueHistoryLength, string inputColumnName, AnomalySide side = AnomalySide.
TwoSided
)
SequentialAnomalyDetectionTransformBase.cs (1)
88
public AnomalySide Side = AnomalySide.
TwoSided
;
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 (2)
49
public AnomalySide Side = AnomalySide.
TwoSided
;
236
AnomalySide side = AnomalySide.
TwoSided
,