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

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)
 

Typedef Documentation

◆ Cls

Definition at line 5 of file bind_programs.h.

◆ MCls

◆ Reg

Definition at line 4 of file bind_programs.h.

◆ Rep

Definition at line 6 of file bind_programs.h.

◆ stream_redirect

Function Documentation

◆ bind_program()

template<typename T >
void bind_program ( py::module & m,
string name )

Definition at line 15 of file bind_programs.h.

Here is the call graph for this function: