| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.classify |
| Modifier and Type | Method and Description |
|---|---|
C45.Node |
C45.Node.getLeftChild() |
C45.Node |
C45.Node.getParent() |
C45.Node |
C45.Node.getRightChild() |
C45.Node |
C45.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
C45Trainer.splitTree(C45.Node node,
int depth) |
| Constructor and Description |
|---|
C45(Pipe instancePipe,
C45.Node root) |
Node(InstanceList ilist,
C45.Node parent,
int minNumInsts) |
Node(InstanceList ilist,
C45.Node parent,
int minNumInsts,
int[] instIndices) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.