weka.classifiers.rules
Class M5Rules

java.lang.Object
  extended byweka.classifiers.Classifier
      extended byweka.classifiers.trees.m5.M5Base
          extended byweka.classifiers.rules.M5Rules
All Implemented Interfaces:
AdditionalMeasureProducer, java.lang.Cloneable, OptionHandler, java.io.Serializable

public class M5Rules
extends M5Base

M5 Rules. Implements routines for generating a decision list using M5 Model trees and the approach used by the PART algorithm.

Valid options are:

-U
Use unsmoothed predictions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class weka.classifiers.trees.m5.M5Base
m_minNumInstances, m_regressionTree, m_ruleSet, m_saveInstances, m_useUnpruned
 
Constructor Summary
M5Rules()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method by which this class can be tested
 
Methods inherited from class weka.classifiers.trees.m5.M5Base
buildClassifier, classifyInstance, enumerateMeasures, getBuildRegressionTree, getGenerateRules, getMeasure, getMinNumInstances, getOptions, getUnpruned, getUseUnsmoothed, listOptions, measureNumRules, setBuildRegressionTree, setGenerateRules, setMinNumInstances, setOptions, setUnpruned, setUseUnsmoothed, toString
 
Methods inherited from class weka.classifiers.Classifier
forName, makeCopies
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

M5Rules

public M5Rules()
Method Detail

main

public static void main(java.lang.String[] args)
Main method by which this class can be tested

Parameters:
args - an array of options