Example usage for weka.gui SimpleCLIPanel SimpleCLIPanel

List of usage examples for weka.gui SimpleCLIPanel SimpleCLIPanel

Introduction

In this page you can find the example usage for weka.gui SimpleCLIPanel SimpleCLIPanel.

Prototype

SimpleCLIPanel

Source Link

Usage

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());
}