![]() |
ATLAS Offline Software
|
#include <AnomalyDetectionBDT.h>
Public Member Functions | |
Tree (const nlohmann::json &obj, int nVars) | |
int64_t | getTreeScore (const std::vector< int64_t > &inputEvent) const |
Private Attributes | |
std::vector< Bin > | bins |
Definition at line 36 of file AnomalyDetectionBDT.h.
Tree::Tree | ( | const nlohmann::json & | obj, |
int | nVars | ||
) |
int64_t Tree::getTreeScore | ( | const std::vector< int64_t > & | inputEvent | ) | const |
|
private |
Definition at line 45 of file AnomalyDetectionBDT.h.