14 references to MartingaleScore
Microsoft.ML.TimeSeries (14)
IidChangePointDetector.cs (4)
74
AlertOn = AlertingScore.
MartingaleScore
;
85
AlertOn = AlertingScore.
MartingaleScore
;
164
InternalTransform.Host.CheckDecode(InternalTransform.ThresholdScore == AlertingScore.
MartingaleScore
);
179
InternalTransform.Host.Assert(InternalTransform.ThresholdScore == AlertingScore.
MartingaleScore
);
SequentialAnomalyDetectionTransformBase.cs (7)
104
public AlertingScore AlertOn = AlertingScore.
MartingaleScore
;
161
case AlertingScore.
MartingaleScore
:
176
Host.CheckUserArg(martingale != MartingaleType.None || alertingScore != AlertingScore.
MartingaleScore
, nameof(ArgumentsBase.Martingale), "A martingale type should be specified if alerting is based on the martingale score.");
218
Host.CheckDecode(Martingale != MartingaleType.None || ThresholdScore != AlertingScore.
MartingaleScore
);
242
Host.Assert(Martingale != MartingaleType.None || ThresholdScore != AlertingScore.
MartingaleScore
);
587
if (Parent.Martingale != MartingaleType.None && Parent.ThresholdScore == AlertingScore.
MartingaleScore
)
632
case AlertingScore.
MartingaleScore
:
SsaChangePointDetector.cs (3)
86
AlertOn = AlertingScore.
MartingaleScore
;
174
InternalTransform.Host.CheckDecode(InternalTransform.ThresholdScore == AlertingScore.
MartingaleScore
);
186
InternalTransform.Host.Assert(InternalTransform.ThresholdScore == AlertingScore.
MartingaleScore
);