Package weka.gui

Class GUIChooser


  • public class GUIChooser
    extends java.lang.Object
    Launcher class for the Weka GUIChooser. Displays a splash window and launches the actual GUIChooser app (GUIChooserApp).
    Version:
    $Revision: $
    Author:
    Mark Hall (mhall{[at]}pentaho{[dot]}com)
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  GUIChooser.GUIChooserMenuPlugin
      Interface for plugin components that can be accessed from either the Visualization or Tools menu.
    • Constructor Summary

      Constructors 
      Constructor Description
      GUIChooser()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • GUIChooser

        public GUIChooser()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)