<< , >> , up , Title , Contents

2.4.2 Specialization operators


The main goal of the specialization operators is to exclude some examples incorrectly covered by one rule. This can also lead to the undesirable consequence of excluding some correctly covered examples.

2.4.2.1 Add condition (numeric + symbolic) operator

One of the specialization operators used by YAILS is to add one condition to the rule. This condition can be a symbolic one (i.e. tests a symbolic attribute) or numeric.

2.4.2.2 Restricting intervals operator

This operator restricts a numerical interval. Again this can be done in several ways. Examples of restrictions can be found on section 2.4.1 if you read the figure from right to left.This transformations are guided by the goal of excluding the negative values that lie in the present interval (again a conservative but efficient algorithm).


<< , >> , up , Title , Contents