Quantcast
Channel: Data Mining Vista freeware, shareware, software download - RSS - Best Free Vista Downloads
Viewing all articles
Browse latest Browse all 227

Apriori 5.73

$
0
0
A program to find association rules and frequent item sets (also closed and maximal as well as generators) with the Apriori algorithm (Agrawal et al. 1993), which carries out a breadth first search on the subset lattice and determines the support of item sets by subset tests. This is a pretty fast implementation that uses a prefix tree to organize the counters for the item sets. However, Apriori is outperformed on basically all data sets by depth-first algorithms like Eclat or FP-growth. The special program version "apriacc" is designed for the purpose of finding neuronal assemblies in spike train data and can be seen as an analog of the implementation of the accretion algorithm as it provides basically the same set of options. Full description of the apriori program (included in the source package). Earlier versions of this program are incorporated in the data mining tool Clementine, available from SPSS (Apriori version 1.8 in Clementine version 5.0, Apriori version 2.7 in Clementine version 7.0, last version shipped to SPSS is 4.30, nevertheless newer versions may be available in newer versions of Clementine).

Viewing all articles
Browse latest Browse all 227

Trending Articles