Brush C++ API
A flexible interpretable machine learning framework
|
Functions | |
template<typename T> | |
ArrayXb | threshold_mask (const T &x, const float &threshold) |
Applies a learned threshold to a feature, returning a mask. | |
template<typename T> requires same_as<typename T::Scalar, bool> | |
ArrayXb | threshold_mask (const T &x, const float &threshold) |
Applies a learned threshold to a feature, returning a mask. | |
template<typename T> requires same_as<typename T::Scalar, bJet> | |
ArrayXb | threshold_mask (const T &x, const float &threshold) |
Applies a learned threshold to a feature, returning a mask. | |
template<typename T> requires same_as<typename T::Scalar, float> | |
ArrayXb | threshold_mask (const T &x, const float &threshold) |
Applies a learned threshold to a feature, returning a mask. | |
template<typename T> requires same_as<typename T::Scalar, fJet> | |
ArrayXb | threshold_mask (const T &x, const float &threshold) |
Applies a learned threshold to a feature, returning a mask. | |
template<typename T> requires same_as<typename T::Scalar, int> | |
ArrayXb | threshold_mask (const T &x, const float &threshold) |
Applies a learned threshold to a feature, returning a mask. | |
template<typename T> requires same_as<typename T::Scalar, iJet> | |
ArrayXb | threshold_mask (const T &x, const float &threshold) |
Applies a learned threshold to a feature, returning a mask. | |
float | gini_impurity_index (const ArrayXf &classes, const vector< float > &uc) |
float | gain (const ArrayXf &lsplit, const ArrayXf &rsplit, bool classification, vector< float > unique_classes) |
template<typename T> | |
vector< float > | get_thresholds (const T &x) |
tuple< string, float > | get_best_variable_and_threshold (const Dataset &d, TreeNode &tn) |
template<typename T> | |
tuple< float, float > | best_threshold (const T &x, const ArrayXf &y, bool classification) |
template<typename T> | |
void | get_best_threshold_by_type (const Dataset &d, auto &results) |
template<typename Ts, std::size_t... Is> | |
auto | get_best_thresholds (const Dataset &d, std::index_sequence< Is... >) |
template<typename T> | |
T | stitch (array< T, 2 > &child_outputs, const ArrayXb &mask) |
Stitches together outputs from left or right child based on threshold. | |
template<> | |
vector< float > | get_thresholds< ArrayXb > (const ArrayXb &x) |
template<> | |
vector< float > | get_thresholds< ArrayXbJet > (const ArrayXbJet &x) |
template<> | |
vector< float > | get_thresholds< ArrayXi > (const ArrayXi &x) |
template<> | |
vector< float > | get_thresholds< ArrayXiJet > (const ArrayXiJet &x) |
template<> | |
vector< float > | get_thresholds< ArrayXf > (const ArrayXf &x) |
template<> | |
vector< float > | get_thresholds< ArrayXfJet > (const ArrayXfJet &x) |
template<> | |
ArrayXb | threshold_mask< State > (const State &x, const float &threshold) |
tuple< float, float > Brush::Split::best_threshold | ( | const T & | x, |
const ArrayXf & | y, | ||
bool | classification ) |
Definition at line 62 of file operator.h.
float Brush::Split::gain | ( | const ArrayXf & | lsplit, |
const ArrayXf & | rsplit, | ||
bool | classification, | ||
vector< float > | unique_classes ) |
void Brush::Split::get_best_threshold_by_type | ( | const Dataset & | d, |
auto & | results ) |
Definition at line 116 of file operator.h.
auto Brush::Split::get_best_thresholds | ( | const Dataset & | d, |
std::index_sequence< Is... > | ) |
vector< float > Brush::Split::get_thresholds | ( | const T & | x | ) |
vector< float > Brush::Split::get_thresholds< ArrayXb > | ( | const ArrayXb & | x | ) |
vector< float > Brush::Split::get_thresholds< ArrayXbJet > | ( | const ArrayXbJet & | x | ) |
vector< float > Brush::Split::get_thresholds< ArrayXf > | ( | const ArrayXf & | x | ) |
vector< float > Brush::Split::get_thresholds< ArrayXfJet > | ( | const ArrayXfJet & | x | ) |
vector< float > Brush::Split::get_thresholds< ArrayXi > | ( | const ArrayXi & | x | ) |
vector< float > Brush::Split::get_thresholds< ArrayXiJet > | ( | const ArrayXiJet & | x | ) |
float Brush::Split::gini_impurity_index | ( | const ArrayXf & | classes, |
const vector< float > & | uc ) |
Stitches together outputs from left or right child based on threshold.
Definition at line 173 of file operator.h.
ArrayXb Brush::Split::threshold_mask | ( | const T & | x, |
const float & | threshold ) |
Applies a learned threshold to a feature, returning a mask.
Definition at line 16 of file operator.h.
ArrayXb Brush::Split::threshold_mask | ( | const T & | x, |
const float & | threshold ) |
Applies a learned threshold to a feature, returning a mask.
Definition at line 16 of file operator.h.
ArrayXb Brush::Split::threshold_mask | ( | const T & | x, |
const float & | threshold ) |
Applies a learned threshold to a feature, returning a mask.
Definition at line 20 of file operator.h.
ArrayXb Brush::Split::threshold_mask | ( | const T & | x, |
const float & | threshold ) |
Applies a learned threshold to a feature, returning a mask.
Definition at line 27 of file operator.h.
ArrayXb Brush::Split::threshold_mask | ( | const T & | x, |
const float & | threshold ) |
Applies a learned threshold to a feature, returning a mask.
Definition at line 31 of file operator.h.
ArrayXb Brush::Split::threshold_mask | ( | const T & | x, |
const float & | threshold ) |
Applies a learned threshold to a feature, returning a mask.
Definition at line 40 of file operator.h.
ArrayXb Brush::Split::threshold_mask | ( | const T & | x, |
const float & | threshold ) |
Applies a learned threshold to a feature, returning a mask.
Definition at line 45 of file operator.h.