Class OPTICS_Visualizer

  • All Implemented Interfaces:
    RevisionHandler

    public class OPTICS_Visualizer
    extends java.lang.Object
    implements 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)
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRevision()
      Returns the revision string.
      static void main​(java.lang.String[] args)
      Displays the GUI.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OPTICS_Visualizer

        public OPTICS_Visualizer​(SERObject serObject,
                                 java.lang.String title)
    • Method Detail

      • getRevision

        public java.lang.String getRevision()
        Returns the revision string.
        Specified by:
        getRevision in interface RevisionHandler
        Returns:
        the revision
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        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:
        java.lang.Exception - if something goes wrong