Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
module.h
Go to the documentation of this file.
1/* Brush
2
3module.h : Python interface to Brush classes and functions, using pybind11
4
5copyright 2021 William La Cava
6authors: William La Cava and Joseph D. Romano
7license: GNU/GPL v3
8*/
9
10#include <pybind11/pybind11.h>
11#include <pybind11/eigen.h>
12#include <pybind11/stl.h>
13#include <pybind11/iostream.h>
14
15// json support
16#include "pybind11_json/pybind11_json.hpp"
17#include "nlohmann/json.hpp"