jar

nz.ac.waikato.cms.weka : conjunctiveRule

Maven & Gradle

Apr 29, 2014

conjunctiveRule · This class implements a single conjunctive rule learner that can predict for numeric and nominal class labels. A rule consists of antecedents "AND"ed together and the consequent (class value) for the classification/regression. In this case, the consequent is the distribution of the available classes (or mean for a numeric value) in the dataset. If the test instance is not covered by this rule, then it's predicted using the default class distributions/value of the data not covered by the rule in the training data.This learner selects an antecedent by computing the Information Gain of each antecendent and prunes the generated rule using Reduced Error Prunning (REP) or simple pre-pruning based on the number of antecedents. For classification, the Information of one antecedent is the weighted average of the entropies of both the data covered and not covered by the rule. For regression, the Information is the weighted average of the mean-squared errors of both the data covered and not covered by the rule. In pruning, weighted average of the accuracy rates on the pruning data is used for classification while the weighted average of the mean-squared errors on the pruning data is used for regression.

Table Of Contents

Latest Version

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

All Versions

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

weka.classifiers.rules

├─ weka.classifiers.rules.ConjunctiveRule.class - [JAR]