The Data Mining Forum                             open-source data mining software data mining conferences Data Science for Social and Behavioral Analytics DSSBA 2022 data science journal
IMPORTANT: This is the old Data Mining forum.
I keep it online so that you can read the old messages.

Please post your new messages in the new forum: https://forum2.philippe-fournier-viger.com/index.php
 
SPMF 0.84 is released - 2012-07-14 - itemset-tree for making targeted queries about itemsets and association rules
Date: July 14, 2012 07:33PM

Hello everyone,

This is to let you know that I have updated my SPMF open-source data mining tool to version 0.84 by adding some new algorithms.

This concerns only the source-code version of SPMF because these new algorithms are not added yet to the GUI version.

I have added some algorithms to build an Itemset-Tree as proposed by Kubat et al. (2003) in their paper:

Miroslav Kubat, Aladdin Hafez, Vijay V. Raghavan, Jayakrishna R. Lekkala, Wei Kian Chen (2003) Itemset Trees for Targeted Association Querying. TKDE, pp. 1522-1534

An itemset tree is a special structure for performing queries to generate targeted itemsets and association rules.

Why using an itemset-tree? The reason is that it allows very fast query answering about itemsets an association rules. Moreover, it can be updated incrementally if new transactions are added.

I provide an implementation of the algorithm to build an itemset-tree by inserting the transactions from a transaction database.

I provide also an algorithm to update an itemset tree by inserting new transactions.

Moreover, you can query an itemset tree to get:
- the support of a target itemset
- all the itemsets that subsume a target itemset and their support
- generate all association rules with a target itemset as antecedent and such that each rule respect thresholds minsup and minconf

There is an example in the documentation that show in details what you can do with an itemset-tree: http://www.philippe-fournier-viger.com/spmf/index.php?link=documentation.php#itree

I think that it is an interesting data structure. That is why i have implemented it.

Best,

Philippe



Edited 6 time(s). Last edit at 07/15/2012 08:55AM by webmasterphilfv.

Options: ReplyQuote


This forum is powered by Phorum and provided by P. Fournier-Viger (© 2012).
Terms of use.