- rules_file
Character variable with file name for training data; see corels documentation and data section below.
- labels_file
Character variable with file name for training data labels; see corels documentation and data section below.
- log_dir
Character variable with logfile directory name
- meta_file
Optional character variable with file name for minor data with bit vector to support equivalent points bound (see Theorem 20 in Section 3.14).
- run_bfs
Boolean toggle for ‘breadth-first search’. Exactly one of ‘breadth-first search’ or ‘curiosity_policy’ must be specified.
- calculate_size
Optional boolean toggle to calculate upper bound on remaining search space size which adds a small overheard; default is to not do this.
- run_curiosity
Boolean toggle
- curiosity_policy
Integer value (between 1 and 4) for best-fist search policy. Exactly one of ‘breadth-first search’ or ‘curiosity_policy’ must be specified. The four different prirization schemes are chosen, respectively, by values of one for prioritize by curiousity (see Section 5.1 of the paper), two for prioritize by the lower bound, three for prioritize by the objective or four for depth-first search.
- latex_out
Optional boolean toggle to select LaTeX output of the output rule list.
- map_type
Optional integer value for the symmetry-aware map. Use zero for no symmetry-aware map (this is also the default), one for permutation map, and two for the captured vector map.
- verbosity_policy
Optional character variable one containing one or more of the terms ‘rule’, ‘label’, ‘minor’, ‘samples’, ‘progress’, ‘loud’, or ‘silent’.
- max_num_nodes
Integer value for the maximum trie cache size; execution stops when the number of node isn trie exceeds this number; default is 100000.
- regularization
Optional double value, default is 0.01 which can be thought of as a penalty equivalent to misclassifying 1% of the data when increasing the length of a rule list by one association rule.
- logging_frequency
Optional integer value with default of 1000.
- ablation
Integer value, default value is zero, one excludes the minimum support bounds (see Section 3.7), two excludes the lookahead bound (see Lemma 2 in Section 3.4).