jar

nz.ac.waikato.cms.weka : predictiveApriori

Maven & Gradle

Aug 04, 2014
1 usages

predictiveApriori · Class implementing the predictive apriori algorithm for mining association rules. It searches with an increasing support threshold for the best 'n' rules concerning a support-based corrected confidence value. For more information see: Tobias Scheffer: Finding Association Rules That Trade Support Optimally against Confidence. In: 5th European Conference on Principles of Data Mining and Knowledge Discovery, 424-435, 2001.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : predictiveApriori JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : predictiveApriori JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window predictiveApriori-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.associations

├─ weka.associations.CaRuleGeneration.class - [JAR]

├─ weka.associations.PredictiveApriori.class - [JAR]

├─ weka.associations.PriorEstimation.class - [JAR]

├─ weka.associations.RuleGeneration.class - [JAR]

├─ weka.associations.RuleItem.class - [JAR]