Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
bind_selection.cpp
Go to the documentation of this file.
1#include "module.h"
2#include "bind_selection.h"
3
4namespace py = pybind11;
5namespace br = Brush;
6namespace nl = nlohmann;
7
8void bind_selections(py::module& m)
9{
10 bind_selection<br::ProgramType::Regressor>(m, "RegressorSelector");
12
14 // bind_selection<br::ProgramType::Representer>(m, "RepresenterSelector");
15}
void bind_engine(py::module &m, string name)
void bind_selections(py::module &m)
< nsga2 selection operator for getting the front
Definition data.cpp:12