corpus.doodle
Class ClusterGraph
java.lang.Object
|
+--corpus.doodle.ClusterGraph
- public class ClusterGraph
- extends java.lang.Object
Displays Cells stored in a grid and clusters that contain them.
- See Also:
- BIRCH Clustering
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterGraph
public ClusterGraph(Grid g)
ClusterGraph
public ClusterGraph(Grid g,
java.lang.String title)
ClusterGraph
public ClusterGraph(Grid grid,
java.lang.String title,
boolean squares,
boolean boxes,
boolean fill)
- Parameters:
grid
- Input data.title
- Title for framesquares
- Use squares(true) or circles(false) when drawing integersboxes
- Boxes(true) or briefs/circles(false) to depict clusters.fill
- Use filled(true) or hollow(false) shapes for clusters.
main
public static void main(java.lang.String[] args)
Project Home Page