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

#include <functions.h>

Public Member Functions

template<typename T >
auto operator() (const ArrayBase< T > &t1, const ArrayBase< T > &t2)
 
template<typename T >
requires same_as<typename T::Scalar, bJet>
auto operator() (const ArrayBase< T > &t1, const ArrayBase< T > &t2)
 

Detailed Description

Definition at line 461 of file functions.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
auto Brush::Function< NodeType::Or >::operator() ( const ArrayBase< T > & t1,
const ArrayBase< T > & t2 )
inline

Definition at line 464 of file functions.h.

Here is the call graph for this function:

◆ operator()() [2/2]

template<typename T >
requires same_as<typename T::Scalar, bJet>
auto Brush::Function< NodeType::Or >::operator() ( const ArrayBase< T > & t1,
const ArrayBase< T > & t2 )
inline

Definition at line 468 of file functions.h.

Here is the call graph for this function:

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