Hello,
I have a decision table with about 350 rows and 15 columns. There are various semantic (and functional) dependencies between values in different columns, and in particular the three last columns are outputs, given the values in the other columns as input.
Values are sometimes binary, sometimes, one selection among a small list of options, sometimes, don't care, and always discrete.
There are a lot of don't cares as well. One row, for example, has all but one value as don't care, leading to a specific output -- its a most generalized rule.
Are there any implemented rule learning algorithms in Prolog that could be used to analyze the decision table to come up with simpler symbolic rules, or even check for inconsistencies?
thanks,
Dan