Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduction of term tuples with Morgan's Laws? #18

Open
AniekMarkus opened this issue Jul 2, 2024 · 0 comments
Open

Reduction of term tuples with Morgan's Laws? #18

AniekMarkus opened this issue Jul 2, 2024 · 0 comments

Comments

@AniekMarkus
Copy link
Contributor

(A and B) or (A and C) simplifies to A and (B or C), which is no DNF. However, applying Morgan's law this can be rewritten as ‘(‘A or (‘B and ‘C)) which is already generated (= term tuple 2 1) if class labels are reversed: if ‘(‘A or (‘B and ‘C)) then 0 else 1.

If accuracy of rule = x, the complementary rule is 1-x. This evaluation is quick.

Same principle applies to rule length 2 where (A and B) = ‘(‘A or ‘B) and other rule lengths e.g. term tuple 4 vs 1 1 1 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant