| Constructor and Description |
|---|
IFTreeNode() |
IFTreeNode(com.github.chen0040.data.frame.DataFrame batch,
Random random,
int height,
int maxHeight) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copy(IFTreeNode rhs) |
List<IFTreeNode> |
getChildNodes() |
int |
getFeatureIndex() |
double |
getSplitPoint() |
int |
getTupleCount() |
static double |
heuristicCost(double n) |
protected double |
pathLength(com.github.chen0040.data.frame.DataRow tuple) |
void |
setChildNodes(ArrayList<IFTreeNode> childNodes) |
void |
setFeatureIndex(int featureIndex) |
void |
setSplitPoint(double splitPoint) |
void |
setTupleCount(int rowCount) |
public IFTreeNode()
public IFTreeNode(com.github.chen0040.data.frame.DataFrame batch,
Random random,
int height,
int maxHeight)
public void copy(IFTreeNode rhs) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static double heuristicCost(double n)
public int getTupleCount()
public void setTupleCount(int rowCount)
public int getFeatureIndex()
public void setFeatureIndex(int featureIndex)
public double getSplitPoint()
public void setSplitPoint(double splitPoint)
public List<IFTreeNode> getChildNodes()
public void setChildNodes(ArrayList<IFTreeNode> childNodes)
protected double pathLength(com.github.chen0040.data.frame.DataRow tuple)
Copyright © 2017. All rights reserved.