jar

nz.ac.waikato.cms.weka : classAssociationRules

Maven & Gradle

Jul 29, 2014

classAssociationRules · Class association rules algorithms (including an implementation of the CBA algorithm). For more information see: W. Li, J. Han, J.Pei: CMAR: Accurate and Efficient Classification Based on Multiple Class-Association Rules. In ICDM'01:369-376,2001. B. Liu, W. Hsu, Y. Ma: Integrating Classification and Association Rule Mining. In KDD'98:80-86,1998.

Table Of Contents

Latest Version

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

All Versions

Download nz.ac.waikato.cms.weka : classAssociationRules 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 classAssociationRules-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.rules.car.utils

├─ weka.classifiers.rules.car.utils.Stopwatch.class - [JAR]

weka.associations.classification

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

├─ weka.associations.classification.CrList.class - [JAR]

├─ weka.associations.classification.CrListElement.class - [JAR]

├─ weka.associations.classification.CrNode.class - [JAR]

├─ weka.associations.classification.CrTree.class - [JAR]

├─ weka.associations.classification.JCBAPruning.class - [JAR]

├─ weka.associations.classification.LabeledItemSet.class - [JAR]

├─ weka.associations.classification.PrecedencePruning.class - [JAR]

├─ weka.associations.classification.PruneCAR.class - [JAR]

weka.classifiers.rules.car

├─ weka.classifiers.rules.car.CarClassifier.class - [JAR]

├─ weka.classifiers.rules.car.JCBA.class - [JAR]

├─ weka.classifiers.rules.car.WeightedClassifier.class - [JAR]