Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 22 / Issue 6

available in:   PDF (257 kB) PS (479 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-022-06-0802

 

Using Soft Set Theory for Mining Maximal Association Rules in Text Data

Bay Vo (Ho Chi Minh City University of Technology, Vietnam)

Tam Tran (Tuy Hoa Industrial College, Vietnam)

Tzung-Pei Hong (National University of Kaohsiung, R.O.C)

Nguyen Le Minh (Ton Duc Thang University, Vietnam)

Abstract: Using soft set theory for mining maximal association rules based on the concept of frequent maximal itemsets which appear maximally in many records has been developed in recent years. This method has been shown to be very effective for mining interesting association rules which are not obtained by using methods for regular association rule mining. There have been several algorithms developed to solve the problem, but overall, they retain weaknesses related to the use of memory as well as mining time. In this paper, we propose an effective strategy for maximal rules mining based on soft set theory that consists of the following steps: 1) Build tree Max_IT_Tree where each node contains maximal itemsets X, the category of X, the set of transactions in which X is maximal, and the support of the maximal itemsets X for each category. 2) From the tree Max_IT_Tree built in previous steps, build a tree Max_Item_IT_Tree so that each maximal itemset has child nodes where each node contains items with categories different from the category of maximal itemsets. 3) Generate maximal association rules which satisfy predefined minimum M-support (min M-sup) and minimum M-confidence (min M-conf) thresholds.

Keywords: association rule, data mining, maximal association rule, soft set, text mining

Categories: I.2, I.2.1, I.2.7, I.2.8, M.1