JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
weka.gui.treevisualizer
Interface NodePlace
All Known Implementing Classes:
PlaceNode1
,
PlaceNode2
public interface
NodePlace
This is an interface for classes that wish to take a node structure and arrange them
Version:
$Revision: 1.5 $
Author:
Malcolm F Ware (mfw4@cs.waikato.ac.nz)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
place
(
Node
r)
The function to call to postion the tree that starts at Node r
Method Detail
place
void place(
Node
r)
The function to call to postion the tree that starts at Node r
Parameters:
r
- The top of the tree.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method