|
Brush C++ API
A flexible interpretable machine learning framework
|

Go to the source code of this file.
Namespaces | |
| namespace | Brush |
| < nsga2 selection operator for getting the front | |
| namespace | Brush::Util |
| namespace containing various utility functions | |
Functions | |
| void | Brush::Util::HandleErrorThrow (string err, const char *file, int line) |
| prints error and throws an exception | |
| void | Brush::Util::HandleErrorNoThrow (string err, const char *file, int line) |
| prints error to stderr and returns | |