Brush C++ API
A flexible interpretable machine learning framework
|
This is the complete list of members for Node, including all inherited members.
arg_types | Node | |
args_type() const | Node | inline |
center_op | Node | |
feature | Node | private |
fixed | Node | |
get_arg_count() const | Node | inline |
get_arg_types() const | Node | inline |
get_feature() const | Node | inline |
get_is_weighted() const | Node | inline |
get_model(const vector< string > &) const noexcept | Node | |
get_name(bool include_weight=true) const noexcept | Node | |
get_node_hash() const | Node | inline |
get_prob_change() const | Node | inline |
get_prob_keep() const | Node | inline |
get_ret_type() const | Node | inline |
HashTuple typedef | Node | |
init() | Node | inline |
is_weighted | Node | |
name | Node | |
Node()=default | Node | |
Node(NodeType type, S signature, bool weighted=false, string feature_name="") noexcept | Node | inlineexplicit |
node_type | Node | |
operator!=(const Node &rhs) const noexcept -> bool | Node | inline |
operator<(const Node &rhs) const noexcept -> bool | Node | inline |
operator<=(const Node &rhs) const noexcept -> bool | Node | inline |
operator==(const Node &rhs) const noexcept -> bool | Node | inline |
operator>(const Node &rhs) const noexcept -> bool | Node | inline |
operator>=(const Node &rhs) const noexcept -> bool | Node | inline |
prob_change | Node | |
ret_type | Node | |
set_feature(string f) | Node | inline |
set_is_weighted(bool is_weighted) | Node | inline |
set_prob_change(float w) | Node | inline |
set_signature() | Node | inline |
sig_dual_hash | Node | |
sig_hash | Node | |
W | Node |