ca.pfv.spmf.algorithms.frequentpatterns.hui_miner
Class AlgoHUIMiner
- java.lang.Object
-
- ca.pfv.spmf.algorithms.frequentpatterns.hui_miner.AlgoHUIMiner
-
public class AlgoHUIMiner extends java.lang.ObjectThis is an implementation of the "HUI-MINER Algorithm" for High-Utility Itemsets Mining as described in the conference paper :
Liu, M., Qu, J. (2012). Mining High Utility Itemsets without Candidate Generation. Proc. of CIKM 2012. pp.55-64.- See Also:
UtilityList,Element
-
-
Constructor Summary
Constructors Constructor and Description AlgoHUIMiner()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidprintStats()Print statistics about the latest execution to System.out.voidrunAlgorithm(java.lang.String input, java.lang.String output, int minUtility)Run the algorithm
-
-
-
Method Detail
-
runAlgorithm
public void runAlgorithm(java.lang.String input, java.lang.String output, int minUtility) throws java.io.IOExceptionRun the algorithm- Parameters:
input- the input file pathoutput- the output file pathminUtility- the minimum utility threshold- Throws:
java.io.IOException- exception if error while writing the file
-
printStats
public void printStats()
Print statistics about the latest execution to System.out.
-
-
DMelt 3.0 © DataMelt by jWork.ORG