Skip to content

Commit 81801e2

Browse files
committed
Removed unused function spec from ADSim header
1 parent 175dc5d commit 81801e2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

sim/include/sim/ad.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ namespace chimbuko_sim{
6060

6161
~ADsim(){ if(m_outlier) delete m_outlier; }
6262

63-
/**
64-
* @brief Set up the AD algorithm. Parameters correspond to those in ADOutlier::set_algorithm
65-
*
66-
* Using an AD algorithm to analyze the data is optional. Set the ad_algorithm() string to a value other than "none" to switch the algorithm
67-
*/
68-
void setupADalgorithm(const double hbos_thres, const bool glob_thres, const double sstd_sigma, ADOutlier::OutlierStatistic stat = ADOutlier::ExclusiveRuntime);
69-
7063
ADProvenanceDBclient &getProvDBclient(){ return *m_pdb_client; }
7164

7265
/**

0 commit comments

Comments
 (0)