The keel dataset object with the examples to compare with the rule (Class "keel")
data
Matrix with the data of the dataset, one colum per rule. The data must not contain the last column, the class. (use .separar for this task and convert the list into a matrix)
categoricalValues
a logical vector indicating which attributes in the dataset are categorical
numericalValues
a logical vector indicating which attributes in the dataset are numerical
t_norm
The T-norm to use. 0 for minimum t-norm, 1 for product t-norm (default: 1)