Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
bind_individuals.h File Reference
#include "module.h"
#include "../ind/individual.h"
Include dependency graph for bind_individuals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using Reg = Brush::RegressorIndividual
 
using Cls = Brush::ClassifierIndividual
 
using MCls = Brush::MulticlassClassifierIndividual
 
using Rep = Brush::RepresenterIndividual
 
using stream_redirect = py::call_guard<py::scoped_ostream_redirect, py::scoped_estream_redirect>
 

Functions

template<br::ProgramType PT>
void bind_individual (py::module &m, string name)
 

Typedef Documentation

◆ Cls

Definition at line 9 of file bind_individuals.h.

◆ MCls

◆ Reg

Definition at line 8 of file bind_individuals.h.

◆ Rep

◆ stream_redirect

Function Documentation

◆ bind_individual()

template<br::ProgramType PT>
void bind_individual ( py::module & m,
string name )

Definition at line 16 of file bind_individuals.h.

Here is the call graph for this function: