Integrating Classification and Association Rule Mining
integrate both classification rule mining and association rule mining to build a classifier that classifies efficiently with increased accuracy.
-
discretizing continuous attributes.
-
generating all class association rules.
-
building a classifier based on the above rules.
-
this classfier is run on 26 datasets from UCI. It outperforms C4.5 on 16 datasets, and the average error rate on total 26 is lower than that of C4.5
-
runtime is seconds when all data is kept in memory.
-
this paper mentioned its use of a entropy method to discretize continuous attrbutes, which I plan to have a look at.
-
in tar2, skew is similar to support, which can be used to optimize the combination process.
-
question: the goal of tar2? ( what kinds of result we want to mine from the data? classifications? discreminations? associations?)
| Build 11. Apr 12, 2003
Home
About this site
Literature Review
Data Mining
Machine Learning
Software Engineering
Research Notes
Bbay99.pod
Detcting change in categorical data: mining contrast sets
Ccai98mining.pod
Mining association rules with weighted items cohen.pod
Finding Interesting Associations without Support Pruning confRule.pod
Mining Confident Rules Without Support Requirement
Lliu98.pod
Integrating Classification and Association Rule Mining
Mmbre01ri.pod
Modular Model Checking of SA/RT Models Using Assoiation Rules
Wwebb00.pod
Efficient search for association rules
Aagrawal93.pod
Mining Association Rules between Sets of Items in Large Databases agrawal94.pod
Fast algorithm for mining association rules
Ggoebel99.pod
A Survey of Data Mining and Knowledge Discovery Software Tools mendonca99.pod
Mining Software Engineering Data: A Survey |