Brush C++ API
A flexible interpretable machine learning framework
Loading...
Searching...
No Matches
Brush::WeightType< T > Struct Template Reference

Returns the weight type associated with the scalar type underlying T. More...

#include <types.h>

Public Types

typedef std::conditional_t< is_one_of_v< typename T::Scalar, fJet, iJet, bJet >, fJet, floattype
 

Detailed Description

template<typename T>
struct Brush::WeightType< T >

Returns the weight type associated with the scalar type underlying T.

Template Parameters
Tone of the State types, e.g. ArrayXf

Definition at line 59 of file types.h.

Member Typedef Documentation

◆ type

template<typename T >
typedef std::conditional_t< is_one_of_v<typename T::Scalar, fJet, iJet, bJet>, fJet, float > Brush::WeightType< T >::type

Definition at line 64 of file types.h.


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