Brush C++ API
A flexible interpretable machine learning framework
|
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, float > | type |
Returns the weight type associated with the scalar type underlying T.
T | one of the State types, e.g. ArrayXf |
typedef std::conditional_t< is_one_of_v<typename T::Scalar, fJet, iJet, bJet>, fJet, float > Brush::WeightType< T >::type |