![]() |
ATLAS Offline Software
|
#include <AnomalyDetectionBDT.h>
Public Member Functions | |
Bin (const nlohmann::json &obj, int nVars) | |
bool | isInside (const std::vector< int64_t > &inputEvent) const |
Public Attributes | |
int64_t | score |
Private Attributes | |
int | nVar |
std::vector< int64_t > | minVals |
std::vector< int64_t > | maxVals |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Bin &bin) |
Definition at line 17 of file AnomalyDetectionBDT.h.
TCS::Bin::Bin | ( | const nlohmann::json & | obj, |
int | nVars | ||
) |
Definition at line 339 of file AnomalyDetectionBDT.cxx.
bool TCS::Bin::isInside | ( | const std::vector< int64_t > & | inputEvent | ) | const |
Definition at line 48 of file AnomalyDetectionBDT.cxx.
|
private |
Definition at line 33 of file AnomalyDetectionBDT.h.
|
private |
Definition at line 32 of file AnomalyDetectionBDT.h.
|
private |
Definition at line 31 of file AnomalyDetectionBDT.h.
int64_t TCS::Bin::score |
Definition at line 28 of file AnomalyDetectionBDT.h.