|
Brush C++ API
A flexible interpretable machine learning framework
|

Go to the source code of this file.
Namespaces | |
| namespace | Brush |
| < nsga2 selection operator for getting the front | |
Typedefs | |
| template<typename T> | |
| using | Brush::Jetify_t = typename Jetify<T>::type |
| template<typename T> | |
| using | Brush::UnJetify_t = typename UnJetify<T>::type |
| template<typename R, typename Arg, size_t ArgCount> | |
| using | Brush::NarySignature_t = typename NarySignature<R,Arg,ArgCount>::type |
| template<typename R, typename Arg, size_t MaxArgCount> | |
| using | Brush::NarySignatures_t = typename NarySignatures<R,Arg,MaxArgCount>::type |
Variables | |
| static constexpr size_t | Brush::MAX_ARGS = 5 |