1 write to Confidence
Microsoft.ML.TimeSeries (1)
IidChangePointDetector.cs (1)
243Confidence = confidence,
2 references to Confidence
Microsoft.ML.TimeSeries (2)
IidChangePointDetector.cs (2)
127InternalTransform.AlertThreshold = Math.Exp(InternalTransform.WindowSize * InternalTransform.LogPowerMartigaleBettingFunc(1 - options.Confidence / 100, InternalTransform.PowerMartingaleEpsilon)); 130InternalTransform.AlertThreshold = Math.Exp(InternalTransform.WindowSize * InternalTransform.LogMixtureMartigaleBettingFunc(1 - options.Confidence / 100));