Example usage for weka.classifiers.bayes.net GUI GUI

List of usage examples for weka.classifiers.bayes.net GUI GUI

Introduction

In this page you can find the example usage for weka.classifiers.bayes.net GUI GUI.

Prototype

public GUI() 

Source Link

Document

Constructor
Sets up the gui and initializes all the other previously uninitialized variables.

Usage

From source file:adams.gui.menu.BayesNetEditor.java

License:Open Source License

/**
 * Launches the functionality of the menu item.
 *//*from w  ww .j a  va  2 s .c o  m*/
public void launch() {
    GUI panel = new GUI();
    ChildFrame frame = createChildFrame(panel, GUIHelper.getDefaultDialogDimension());
    frame.setJMenuBar(panel.getMenuBar());
}