Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::Function< NodeType::Sum > Struct Reference

#include <functions.h>

Public Member Functions

template<typename T >
auto operator() (const T &t)
 
auto operator() (ArrayXXb t)
 
template<typename T >
auto operator() (const TimeSeries< T > &t)
 

Detailed Description

Definition at line 173 of file functions.h.

Member Function Documentation

◆ operator()() [1/3]

Definition at line 178 of file functions.h.

Here is the call graph for this function:

◆ operator()() [2/3]

template<typename T >
auto Brush::Function< NodeType::Sum >::operator() ( const T & t)
inline

Definition at line 176 of file functions.h.

Here is the call graph for this function:

◆ operator()() [3/3]

template<typename T >
auto Brush::Function< NodeType::Sum >::operator() ( const TimeSeries< T > & t)
inline

Definition at line 183 of file functions.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: