public class ExtendedM5Tree extends weka.classifiers.trees.m5.M5Base implements RangeQueryPredictor
| Constructor and Description |
|---|
ExtendedM5Tree() |
ExtendedM5Tree(IntervalAggregator intervalAggregator) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.geometry.euclidean.oned.Interval |
predictInterval(RQPHelper.IntervalAndHeader intervalAndHeader) |
buildClassifier, buildRegressionTreeTipText, classifyInstance, enumerateMeasures, generateRulesTipText, getBuildRegressionTree, getCapabilities, getGenerateRules, getM5RootNode, getMeasure, getMinNumInstances, getOptions, getTechnicalInformation, getUnpruned, getUseUnsmoothed, listOptions, measureNumRules, minNumInstancesTipText, setBuildRegressionTree, setGenerateRules, setMinNumInstances, setOptions, setUnpruned, setUseUnsmoothed, toString, unprunedTipText, useUnsmoothedTipTextbatchSizeTipText, debugTipText, distributionForInstance, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, getRevision, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, postExecution, preExecution, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlacesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpredictIntervalpublic ExtendedM5Tree()
public ExtendedM5Tree(IntervalAggregator intervalAggregator)
public org.apache.commons.math3.geometry.euclidean.oned.Interval predictInterval(RQPHelper.IntervalAndHeader intervalAndHeader)
predictInterval in interface RangeQueryPredictor