|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.AbstractClassifier
weka.classifiers.rules.car.CarClassifier
public abstract class CarClassifier
Abstract class that has to be implemented by all classifiers for class association rules
Constructor Summary | |
---|---|
CarClassifier()
|
Method Summary | |
---|---|
FastVector |
sortAttributes(Instances instances,
Instance instance,
CrTree pruneTree)
Sorts the items accoridng to the sorting in the CrTree where the mined rules are stored. |
Methods inherited from class weka.classifiers.AbstractClassifier |
---|
classifyInstance, debugTipText, distributionForInstance, forName, getCapabilities, getDebug, getOptions, getRevision, listOptions, makeCopies, makeCopy, runClassifier, setDebug, setOptions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface weka.classifiers.Classifier |
---|
buildClassifier |
Constructor Detail |
---|
public CarClassifier()
Method Detail |
---|
public FastVector sortAttributes(Instances instances, Instance instance, CrTree pruneTree) throws java.lang.Exception
instances
- the instance for which rules have been minedinstance
- the instance under considerationpruneTree
- the CrTree where the rules are stored.
java.lang.Exception
- if it cannot be sorted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |