类 OPTICS_Visualizer
java.lang.Object
weka.clusterers.forOPTICSAndDBScan.OPTICS_GUI.OPTICS_Visualizer
- 所有已实现的接口:
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 $
- 版本:
- $Revision: 4791 $
- 作者:
- Zhanna Melnikova-Albrecht (melnikov@cip.ifi.lmu.de), Rainer Holzmann (holzmann@cip.ifi.lmu.de)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the revision string.static void
Displays the GUI.
-
构造器详细资料
-
OPTICS_Visualizer
-
-
方法详细资料
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-
main
Displays the GUI. If an optics file is provided as first parameter, this will be loaded and displayed automatically.- 参数:
args
- the commandline parameters- 抛出:
Exception
- if something goes wrong
-