Package moa.streams.generators
Class RandomTreeGenerator.Node
- java.lang.Object
-
- moa.streams.generators.RandomTreeGenerator.Node
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RandomTreeGenerator
protected static class RandomTreeGenerator.Node extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description RandomTreeGenerator.Node[]
children
int
classLabel
int
splitAttIndex
double
splitAttValue
-
Constructor Summary
Constructors Modifier Constructor Description protected
Node()
-
-
-
Field Detail
-
classLabel
public int classLabel
-
splitAttIndex
public int splitAttIndex
-
splitAttValue
public double splitAttValue
-
children
public RandomTreeGenerator.Node[] children
-
-