ATLAS Offline Software
Loading...
Searching...
No Matches
conifer.h File Reference
#include "nlohmann/json.hpp"
#include <vector>
#include <algorithm>
#include <numeric>
#include <cassert>
#include <fstream>
Include dependency graph for conifer.h:
This graph shows which files directly or indirectly include this file:

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

namespace  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>
conifer::reduce (std::vector< T > x, Op op)