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


Go to the source code of this file.
Typedefs | |
| using | Reg = Brush::RegressorProgram |
| using | Cls = Brush::ClassifierProgram |
| using | Rep = Brush::RepresenterProgram |
| using | MCls = Brush::MulticlassClassifierProgram |
| using | stream_redirect = py::call_guard<py::scoped_ostream_redirect, py::scoped_estream_redirect> |
Functions | |
| template<typename T> | |
| void | bind_program (py::module &m, string name) |
| using Cls = Brush::ClassifierProgram |
Definition at line 5 of file bind_programs.h.
Definition at line 7 of file bind_programs.h.
| using Reg = Brush::RegressorProgram |
Definition at line 4 of file bind_programs.h.
| using Rep = Brush::RepresenterProgram |
Definition at line 6 of file bind_programs.h.
| using stream_redirect = py::call_guard<py::scoped_ostream_redirect, py::scoped_estream_redirect> |
Definition at line 12 of file bind_programs.h.
| void bind_program | ( | py::module & | m, |
| string | name ) |