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

#include <functions.h>

Public Member Functions

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

Detailed Description

Definition at line 162 of file functions.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 165 of file functions.h.

Here is the call graph for this function:

◆ operator()() [2/2]

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

Definition at line 168 of file functions.h.

Here is the call graph for this function:

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