protected static class RandomTreeGenerator.Node extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
RandomTreeGenerator.Node[] |
children |
int |
classLabel |
int |
splitAttIndex |
double |
splitAttValue |
| Modifier | Constructor and Description |
|---|---|
protected |
RandomTreeGenerator.Node() |
public int classLabel
public int splitAttIndex
public double splitAttValue
public RandomTreeGenerator.Node[] children
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.