CMS 3D CMS Logo

Classes | Namespaces | Functions
conifer.h File Reference
#include "nlohmann/json.hpp"
#include <fstream>
#include <stdexcept>

Go to the source code of this file.

Classes

class  conifer::BDT< T, U, useAddTree >
 
class  conifer::DecisionTree< T, U >
 
class  conifer::OpAdd< T >
 

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)