| Constructor and Description |
|---|
ID3TreeNode() |
ID3TreeNode(com.github.chen0040.data.frame.DataFrame batch,
Random random,
int height,
int maxHeight,
List<String> columns) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copy(ID3TreeNode rhs) |
static double |
heuristicCost(double n) |
protected double |
pathLength(com.github.chen0040.data.frame.DataRow row) |
String |
predict(com.github.chen0040.data.frame.DataRow row) |
public void copy(ID3TreeNode rhs) throws CloneNotSupportedException
CloneNotSupportedExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static double heuristicCost(double n)
public String predict(com.github.chen0040.data.frame.DataRow row)
protected double pathLength(com.github.chen0040.data.frame.DataRow row)
Copyright © 2017. All rights reserved.