The Data Mining Forum
This forum is about
data mining,
data science and
big data: algorithms, source code, datasets, implementations, optimizations, etc. You are welcome to post call for papers, data mining job ads, link to source code of data mining algorithms or anything else related to data mining. The forum is hosted by
P. Fournier-Viger.
No registration is required to use this forum!.
Re: EIHI algorithm not found
Date: February 10, 2018 04:06AM
Hi,
On the download page of the SPMF website, there is instructions about how to install the source code. Then, in the documentation on the website, there is an example for each algorithm. The example for EIHI is Example 52:
http://www.philippe-fournier-viger.com/spmf/EIHI.php
To run the example:
If you are using the source code version of SPMF, launch the file "MainTestEIHI.java" in the package ca.pfv.SPMF.tests.
And the code is in the package:
ca.pfv.spmf.algorithms.frequentpatterns.hui_miner;