Re: evaluate Accuracy Of Fuzzy Association Rules
Date: August 17, 2014 07:57AM
Evaluation of rules needs to be done with respect to a task such as classification.
For example, you could evaluate the accuracy of association rules for classifying transactions in some classes.
There have been some work on performing classification using association rules such as CBA, CMAR, CPAR, etc. But I don't know if there is some code that can be found online. Moreover, these algorithms use association rules rather than fuzzy association rules. Thus, you would probably have to write your own code to evaluate the accuracy of fuzzy rules or modify the code of someone else, I think. But I did not search on the web.
Edited 3 time(s). Last edit at 08/17/2014 07:59AM by webmasterphilfv.