Single Rule Induction


Synopsis

Returns a best conjunctive rule with respect to the WRAcc metric for boolean prediction problems and polynomial attributes.


Description

This operator returns the best rule regarding WRAcc using exhaustive search. Features like the incorporation of other metrics and the search for more than a single rule are prepared. The search strategy is BFS, with save pruning whenever applicable. This operator can easily be extended to support other search strategies.


Input


Output


Parameters


ExampleProcess