|
Brush C++ API
A flexible interpretable machine learning framework
|
#include <inexact.h>

Public Member Functions | |
| HashStorage (int numPlanes=10) | |
| ~HashStorage () | |
| void | append (const int &storage_n, const size_t &key, const tree< Brush::Node > Tree) |
| vector< tree< Node > > | getList (const int &storage_n, const size_t &key) |
| void | clear () |
| vector< size_t > | keys (const int &storage_n) |
| void | print (const string &prefix, std::ofstream &log) const |
Private Attributes | |
| vector< map< size_t, vector< tree< Node > > > > | storage |
|
inline |
|
inline |
|
inline |
|
inline |