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