List of usage examples for weka.gui SimpleCLIPanel SimpleCLIPanel
SimpleCLIPanel
From source file:adams.gui.menu.WekaSimpleCLI.java
License:Open Source License
/** * Launches the functionality of the menu item. *//*from w ww . j a va 2 s .c o m*/ @Override public void launch() { SimpleCLIPanel panel = new SimpleCLIPanel(); createChildFrame(panel, GUIHelper.getDefaultDialogDimension()); }