|
Brush C++ API
A flexible interpretable machine learning framework
|
#include <string>#include <iostream>

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 | |
Macros | |
| #define | HANDLE_ERROR_THROW(err) |
| #define | HANDLE_WARNING(err) |
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 | |
| #define HANDLE_ERROR_THROW | ( | err | ) |