public class SharedTreeNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
SharedTreeNode |
rightChild |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static java.lang.String |
escapeQuotes(java.lang.String s) |
GenmodelBitSet |
getBs() |
java.lang.String |
getColName() |
int |
getDepth() |
java.lang.String[] |
getDomainValues() |
java.util.BitSet |
getInclusiveLevels() |
boolean |
getInclusiveNa() |
SharedTreeNode |
getLeftChild() |
java.lang.String |
getName() |
int |
getNodeNumber() |
SharedTreeNode |
getParent() |
float |
getPredValue() |
SharedTreeNode |
getRightChild() |
float |
getSplitValue() |
float |
getSquaredError() |
int |
getSubgraphNumber() |
float |
getWeight() |
int |
hashCode() |
boolean |
isBitset() |
boolean |
isInclusiveNa() |
boolean |
isLeftward() |
boolean |
isNaVsRest() |
void |
print() |
public SharedTreeNode rightChild
public int getDepth()
public int getNodeNumber()
public float getWeight()
public boolean getInclusiveNa()
public java.util.BitSet getInclusiveLevels()
public java.lang.String getName()
public void print()
public boolean isBitset()
public static java.lang.String escapeQuotes(java.lang.String s)
public SharedTreeNode getParent()
public int getSubgraphNumber()
public java.lang.String getColName()
public boolean isLeftward()
public boolean isNaVsRest()
public float getSplitValue()
public java.lang.String[] getDomainValues()
public GenmodelBitSet getBs()
public float getPredValue()
public float getSquaredError()
public SharedTreeNode getLeftChild()
public SharedTreeNode getRightChild()
public boolean isInclusiveNa()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object