Skip to content

Commit 5441920

Browse files
committed
Merge branch 'sm_release' into ckelly_develop
2 parents 0b53592 + fcc74de commit 5441920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ad/ADOutlier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ unsigned long ADOutlierSSTD::compute_outliers(Anomalies &outliers,
209209
/* ---------------------------------------------------------------------------
210210
* Implementation of ADOutlierHBOS class
211211
* --------------------------------------------------------------------------- */
212-
ADOutlierHBOS::ADOutlierHBOS(OutlierStatistic stat, double threshold, bool use_global_threshold) : ADOutlier(stat), m_alpha(0.00001), m_threshold(threshold), m_use_global_threshold(use_global_threshold) {
212+
ADOutlierHBOS::ADOutlierHBOS(OutlierStatistic stat, double threshold, bool use_global_threshold) : ADOutlier(stat), m_alpha(78.88e-32), m_threshold(threshold), m_use_global_threshold(use_global_threshold) {
213213
m_param = new HbosParam();
214214
}
215215

0 commit comments

Comments
 (0)