Brush C++ API
A flexible interpretable machine learning framework
|
This is the complete list of members for SearchSpace, including all inherited members.
AddNode(const unordered_map< string, float > &user_ops, const vector< DataType > &unique_data_types) | SearchSpace | inlineprivate |
AddNodes(const unordered_map< string, float > &user_ops, const vector< DataType > &unique_data_types, std::index_sequence< Is... >) | SearchSpace | inlineprivate |
ArgsHash typedef | SearchSpace | |
check(DataType R) const | SearchSpace | inline |
check(DataType R, size_t sig_hash) const | SearchSpace | inline |
check(DataType R, size_t sig_hash, NodeType type) const | SearchSpace | inline |
CreateNode(const auto &unique_data_types, bool use_all, bool weighted) | SearchSpace | inlineprivatestatic |
GenerateNodeMap(const unordered_map< string, float > &user_ops, const vector< DataType > &unique_data_types, std::index_sequence< Is... >) | SearchSpace | inlineprivate |
get(const string &name) | SearchSpace | |
get(NodeType type, DataType R, size_t sig_hash) | SearchSpace | inline |
get(NodeType type, DataType R, S sig) | SearchSpace | inline |
get_node_like(Node node) const | SearchSpace | inline |
get_weights() const | SearchSpace | inline |
get_weights(DataType ret) const | SearchSpace | inline |
get_weights(DataType ret, ArgsHash sig_hash) const | SearchSpace | inline |
has_solution_space(Iter start, Iter end) const | SearchSpace | inline |
init(const Dataset &d, const unordered_map< string, float > &user_ops={}, bool weights_init=true) | SearchSpace | |
make_classifier(int max_d=0, int max_size=0, const Parameters ¶ms=Parameters()) | SearchSpace | |
make_multiclass_classifier(int max_d=0, int max_size=0, const Parameters ¶ms=Parameters()) | SearchSpace | |
make_program(const Parameters ¶ms, int max_d=0, int max_size=0) | SearchSpace | |
make_program(const Parameters ¶ms, int max_d, int max_size) | SearchSpace | |
make_regressor(int max_d=0, int max_size=0, const Parameters ¶ms=Parameters()) | SearchSpace | |
make_representer(int max_d=0, int max_size=0, const Parameters ¶ms=Parameters()) | SearchSpace | |
MakeNodes(const unordered_map< string, float > &user_ops, const vector< DataType > &unique_data_types) | SearchSpace | inlineprivate |
Map typedef | SearchSpace | |
node_map | SearchSpace | |
node_map_weights | SearchSpace | |
print() const | SearchSpace | |
PTC2(tree< Node > &Tree, tree< Node >::iterator root, int max_d, int max_size) const | SearchSpace | private |
sample_op(DataType ret) const | SearchSpace | inline |
sample_op(NodeType type, DataType R) | SearchSpace | inline |
sample_op_with_arg(DataType ret, DataType arg, bool terminal_compatible=true, int max_args=0) const | SearchSpace | inline |
sample_subtree(Node root, int max_d, int max_size) const | SearchSpace | |
sample_terminal(bool force_return=false) const | SearchSpace | inline |
sample_terminal(DataType R, bool force_return=false) const | SearchSpace | inline |
SearchSpace()=default | SearchSpace | |
SearchSpace(const Dataset &d, const unordered_map< string, float > &user_ops={}, bool weights_init=true) | SearchSpace | inline |
terminal_map | SearchSpace | |
terminal_types | SearchSpace | |
terminal_weights | SearchSpace |