All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.explorer.AssociationsPanel

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----javax.swing.JComponent
                            |
                            +----javax.swing.JPanel
                                    |
                                    +----weka.gui.explorer.AssociationsPanel

public class AssociationsPanel
extends javax.swing.JPanel
This panel allows the user to select, configure, and run a scheme that learns associations.

Version:
$Revision: 1.13.2.1 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)

Constructor Index

 o AssociationsPanel()
Creates the associator panel

Method Index

 o main(String[])
Tests out the Associator panel from the command line.
 o setInstances(Instances)
Tells the panel to use a new set of instances.
 o setLog(Logger)
Sets the Logger to receive informational messages

Constructor Detail

 o AssociationsPanel
public AssociationsPanel()
          Creates the associator panel

Method Detail

 o setLog
public void setLog(Logger newLog)
          Sets the Logger to receive informational messages
Parameters:
newLog - the Logger that will now get info messages
 o setInstances
public void setInstances(Instances inst)
          Tells the panel to use a new set of instances.
Parameters:
inst - a set of Instances
 o main
public static void main(java.lang.String args[])
          Tests out the Associator panel from the command line.
Parameters:
args - may optionally contain the name of a dataset to load.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home