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)
AssociationsPanel()
- Creates the associator panel
main(String[])
- Tests out the Associator panel from the command line.
setInstances(Instances)
- Tells the panel to use a new set of instances.
setLog(Logger)
- Sets the Logger to receive informational messages
AssociationsPanel
public AssociationsPanel()
Creates the associator panel
setLog
public void setLog(Logger newLog)
Sets the Logger to receive informational messages
- Parameters:
newLog
- the Logger that will now get info messages
setInstances
public void setInstances(Instances inst)
Tells the panel to use a new set of instances.
- Parameters:
inst
- a set of Instances
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