Class OPTICS_Visualizer
java.lang.Object
weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.OPTICS_Visualizer
- All Implemented Interfaces:
RevisionHandler
Start the OPTICS Visualizer from command-line:
java weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.OPTICS_Visualizer [file.ser]
OPTICS_Visualizer.java
Authors: Rainer Holzmann, Zhanna Melnikova-Albrecht
Date: Sep 12, 2004
Time: 8:01:13 PM
$ Revision 1.4 $
- Version:
- $Revision: 4791 $
- Author:
- Zhanna Melnikova-Albrecht (melnikov@cip.ifi.lmu.de), Rainer Holzmann (holzmann@cip.ifi.lmu.de)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the revision string.static void
Displays the GUI.
-
Constructor Details
-
OPTICS_Visualizer
-
-
Method Details
-
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-
main
Displays the GUI. If an optics file is provided as first parameter, this will be loaded and displayed automatically.- Parameters:
args
- the commandline parameters- Throws:
Exception
- if something goes wrong
-