You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed HBOSOutlierTestBPFile and SSTDOutlierTestBPFile "unit tests" because they don't test anything!
Removed hacked-in output of some internal details of SSTD and HBOS/COPOD outlier detection in Anomalies output
ADLocalNetClient now records the rank index provided such that get_client_rank returns the right value
The above fixes GlobalAnomalyMetrics the unit test failing
* @brief Get the outlier/normal events associated with a given function
37
22
*/
@@ -58,14 +43,6 @@ namespace chimbuko{
58
43
59
44
std::vector<CallListIterator_t> m_all_normal_execs; /**< Array of normal executions (the algorithm will capture a limited number of these for comparison with outliers)*/
60
45
std::unordered_map<unsignedlong, std::vector<CallListIterator_t> > m_func_normal_execs; /**< Map of function index to associated normal executions */
61
-
62
-
std::unordered_map<unsignedlong, std::vector<std::vector<double> > > m_func_outliers_hbos_scores_and_threshold; /**< Map of function index to a 2D vector where index 0: HBOS scores, index 1: threshold */
63
-
64
-
std::unordered_map<unsignedlong, std::vector<double> > m_func_outliers_sstd_threshold_mean_std; /**< Map of function index to a 2D vector where index 0: HBOS scores, index 1: threshold */
0 commit comments