| Control
| Tooltip
|
| Minimum CF |
The found rules will have at least this confidence |
| Beam Width |
A wider beam makes the search for rules more exhaustive, but also slower |
| Maximum Conjuncts |
The greatest number of conjuncts that any rule will have in its condition.
Rules with more conjuncts are more specific.
For example the rule A=a & B=b -> C=c has two conjuncts. |
| Minimum Conjuncts |
The fewest conjuncts that any rule will have in its condition.
Rules with fewer conjuncts are more general.
For example the rule A=a & B=b -> C=c has two conjuncts. |
| Minimum TP |
Minimum True-Positive rate is the smallest fraction of correct
predictions to total predictions, that any rule is allowed to make
during training. |
| Maximum FP |
Maximum False-Positive rate is the greatest fraction of false
predictions to total predictions that any rule is allowed to make
during training. |
| Minimum Coverage |
The smallest number of data that any rule must cover. |
| Inductive Strengthening |
The smallest number of data that any rule must cover,
that are not covered by more general rules. |
| Use Prior Rules |
Prior rules are rules that you know already. If you check
this box, RL will look for other rules during its learning process. |
| Prune Specialized Rules |
???? |
| Chain Rules |
Does not work at the moment. |
| Rule Scoring Method |
Specifies what data should be used for evaluating each rule
during training |
| Cross-Validation |
The training data is divided into N (almost) equal partitions;
RL uses each one in turn for evaluating rules learned using the remaining
N-1 partitions. |
| Training Data |
???? |
| Test Data |
Rules are evaluated on the test data that you specified in the
Import Data dialog. |
| Validation Data |
???? |