| Package | Description |
|---|---|
| weka.classifiers.trees | |
| weka.gui.treevisualizer |
| Modifier and Type | Class and Description |
|---|---|
class |
UserClassifier
Interactively classify through visual means.
|
| Constructor and Description |
|---|
TreeVisualizer(TreeDisplayListener tdl,
Node n,
NodePlace p)
Constructs Displayer with the specified Node as the top
of the tree, and uses the NodePlacer to place the Nodes.
|
TreeVisualizer(TreeDisplayListener tdl,
String dot,
NodePlace p)
Constructs Displayer to display a tree provided in a dot format.
|
Copyright © 2021 University of Waikato, Hamilton, NZ. All rights reserved.