public abstract class CarClassifier
extends weka.classifiers.AbstractClassifier
Constructor and Description |
---|
CarClassifier() |
Modifier and Type | Method and Description |
---|---|
weka.core.FastVector |
sortAttributes(weka.core.Instances instances,
weka.core.Instance instance,
CrTree pruneTree)
Sorts the items accoridng to the sorting in the CrTree where the mined rules are stored.
|
batchSizeTipText, classifyInstance, debugTipText, distributionForInstance, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getCapabilities, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, getOptions, getRevision, implementsMoreEfficientBatchPrediction, listOptions, makeCopies, makeCopy, numDecimalPlacesTipText, postExecution, preExecution, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlaces, setOptions
public weka.core.FastVector sortAttributes(weka.core.Instances instances, weka.core.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