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

#include <functions.h>

Public Member Functions

template<typename T1 , typename T2 , typename... Tn>
auto operator() (const T1 &t1, const T2 &t2, Tn... tn)
 
template<typename T >
auto operator() (const T &t)
 
template<typename T >
auto operator() (const TimeSeries< T > &t)
 

Detailed Description

Definition at line 86 of file functions.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 92 of file functions.h.

Here is the call graph for this function:

◆ operator()() [2/3]

template<typename T1 , typename T2 , typename... Tn>
auto Brush::Function< NodeType::Min >::operator() ( const T1 & t1,
const T2 & t2,
Tn... tn )
inline

Definition at line 89 of file functions.h.

Here is the call graph for this function:

◆ operator()() [3/3]

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

Definition at line 95 of file functions.h.

Here is the call graph for this function:

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