ATLAS Offline Software
|
#include "nlohmann/json.hpp"
#include <cassert>
#include <fstream>
Go to the source code of this file.
Classes | |
class | conifer::OpAdd< T > |
class | conifer::DecisionTree< T, U > |
class | conifer::BDT< T, U, useAddTree > |
Namespaces | |
conifer | |
Functions | |
constexpr int | conifer::floorlog2 (int x) |
template<int B> | |
constexpr int | conifer::pow (int x) |
constexpr int | conifer::pow2 (int x) |
template<class T , class Op > | |
T | conifer::reduce (std::vector< T > x, Op op) |