Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::Signatures< N, enable_if_t< is_in_v< N, NodeType::Sum, NodeType::Prod, NodeType::Min, NodeType::Max, NodeType::Mean, NodeType::Median > > > Struct Template Reference

#include <signatures.h>

Public Types

using unaryTuple
 
using naryTuple = NarySignatures_t<ArrayXf,ArrayXf,MAX_ARGS>
 
using type = decltype(std::tuple_cat(unaryTuple(), naryTuple()))
 

Detailed Description

template<NodeType N>
struct Brush::Signatures< N, enable_if_t< is_in_v< N, NodeType::Sum, NodeType::Prod, NodeType::Min, NodeType::Max, NodeType::Mean, NodeType::Median > > >

Definition at line 297 of file signatures.h.

Member Typedef Documentation

◆ naryTuple

◆ type

◆ unaryTuple

Initial value:
std::tuple<
Signature<ArrayXf(ArrayXXf)>,
Signature<ArrayXf(TimeSeriesf)>
>

Definition at line 305 of file signatures.h.


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