build_rule {niarules} | R Documentation |
Build rules based on a candidate solution.
Description
This function takes a candidate solution vector and a features list and builds rule.
Usage
build_rule(solution, features)
Arguments
solution |
The solution vector. |
features |
The features list. |
Value
A rule.
[Package niarules version 0.1.0 Index]