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
4
namespace
py
=
pybind11
;
5
namespace
br
=
Brush
;
6
namespace
nl
=
nlohmann
;
7
8
void
bind_selections
(py::module& m)
9
{
10
bind_selection<br::ProgramType::Regressor>
(m,
"RegressorSelector"
);
11
bind_selection<br::ProgramType::BinaryClassifier>
(m,
"ClassifierSelector"
);
12
13
bind_selection<br::ProgramType::MulticlassClassifier>
(m,
"MultiClassifierSelector"
);
14
// bind_selection<br::ProgramType::Representer>(m, "RepresenterSelector");
15
}
bind_engine
void bind_engine(py::module &m, string name)
Definition
bind_engines.h:35
bind_selections
void bind_selections(py::module &m)
Definition
bind_selection.cpp:8
bind_selection.h
module.h
Brush
< nsga2 selection operator for getting the front
Definition
data.cpp:12
nlohmann
Definition
utils.h:33
src
bindings
bind_selection.cpp
Generated by
1.10.0