public static class ISOUPTree.SplitNode extends ISOUPTree.InnerNode
Modifier and Type | Field and Description |
---|---|
protected Predicate |
predicate |
children, lossExamplesSeen, lossFadedSumAlternate, lossFadedSumOriginal, lossNumQiTests, lossSumQi, PHmins, PHsums, previousWeight, sumOfAbsErrors
alternateTree, attributeObservers, changeDetection, examplesSeen, ID, originalNode, parent, sumOfSquares, sumOfValues, tree, weightSeenAtLastSplitEvaluation
Constructor and Description |
---|
SplitNode(Predicate predicate,
ISOUPTree tree)
Create a new SplitNode
|
Modifier and Type | Method and Description |
---|---|
void |
describeSubtree(StringBuilder out,
int indent) |
double[] |
getPrediction(MultiLabelInstance inst) |
int |
instanceChildIndex(MultiLabelInstance inst) |
disableChangeDetection, getChild, getChildIndex, initializeAlternateTree, numChildren, PageHinckleyTest, restartChangeDetection, setChild
calcByteSize, copyStatistics, getDescription, getLevel, getNumSubtrees, getParent, setParent, skipInLevelCount
copy, copy, measureByteSize, measureByteSize, toString
protected Predicate predicate
public int instanceChildIndex(MultiLabelInstance inst)
public void describeSubtree(StringBuilder out, int indent)
describeSubtree
in class ISOUPTree.Node
public double[] getPrediction(MultiLabelInstance inst)
getPrediction
in class ISOUPTree.Node
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.