| Package | Description |
|---|---|
| de.jungblut.classification.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
LeafNode |
class |
NominalNode |
class |
NumericalNode |
| Modifier and Type | Method and Description |
|---|---|
static AbstractTreeNode |
TreeCompiler.compileAndLoad(String name,
AbstractTreeNode node)
Compiles the given node and directly loads it.
|
static AbstractTreeNode |
TreeCompiler.load(String name,
byte[] byteCode)
Loads the given tree node via its name and bytecode.
|
static AbstractTreeNode |
AbstractTreeNode.read(DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractTreeNode |
TreeCompiler.compileAndLoad(String name,
AbstractTreeNode node)
Compiles the given node and directly loads it.
|
static byte[] |
TreeCompiler.compileNode(String name,
AbstractTreeNode root)
Compiles the given tree node and name into a class.
|
| Constructor and Description |
|---|
NumericalNode(int splitAttributeIndex,
double splitAttributeValue,
AbstractTreeNode lower,
AbstractTreeNode higher) |
Copyright © 2016. All rights reserved.