public class RuleSplitNode extends HoeffdingTree.SplitNode
| Modifier and Type | Field and Description |
|---|---|
protected double |
lastTargetMean |
protected int |
operatorObserver |
children, splitTestobservedClassDistribution| Constructor and Description |
|---|
RuleSplitNode(InstanceConditionalTest splitTest,
double[] classObservations)
Create a new RuleSplitNode
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(weka.core.Instance instance) |
InstanceConditionalTest |
getSplitTest() |
calcByteSize, calcByteSizeIncludingSubtree, describeSubtree, filterInstanceToLeaf, getChild, instanceChildIndex, isLeaf, numChildren, setChild, subtreeDepthcalculatePromise, getClassVotes, getDescription, getObservedClassDistribution, observedClassDistributionIsPurecopy, copy, measureByteSize, measureByteSize, toStringprotected double lastTargetMean
protected int operatorObserver
public RuleSplitNode(InstanceConditionalTest splitTest, double[] classObservations)
public InstanceConditionalTest getSplitTest()
public boolean evaluate(weka.core.Instance instance)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.