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

Fuzzy Rule Generation (Wang-Mendel) #1

Open
Bob0123456 opened this issue Mar 20, 2022 · 1 comment
Open

Fuzzy Rule Generation (Wang-Mendel) #1

Bob0123456 opened this issue Mar 20, 2022 · 1 comment
Labels

Comments

@Bob0123456
Copy link

How to generate fuzzy classification rules?

@kasrakazemi
Copy link
Owner

kasrakazemi commented Mar 27, 2022

wnag mendel is the process to auto generate rules from data. in this file we have coordinates data with 3 element(X1,X2,Y) and if you take a look at code you can see that i generated rules on train data to predict unseen data(test data).
if your question is that generate rules from train data to classify test data you can simply utilize generated rules.
hope i answered your question.

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

No branches or pull requests

2 participants