weka.gui.visualize.plugins
Class FixedClassifierErrors

java.lang.Object
  extended by weka.gui.visualize.plugins.FixedClassifierErrors
All Implemented Interfaces:
weka.gui.visualize.plugins.ErrorVisualizePlugin

public class FixedClassifierErrors
extends Object
implements weka.gui.visualize.plugins.ErrorVisualizePlugin

Displays the classifier errors using Weka panels, but with a fixed size of the error plots.

Version:
$Revision: 4521 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Field Summary
static int PLOT_SIZE
          fixed plot size.
 
Constructor Summary
FixedClassifierErrors()
           
 
Method Summary
 String getDesignVersion()
          Get the specific version of Weka the class is designed for.
 String getMaxVersion()
          Get the maximum version of Weka, exclusive, the class is designed to work with.
 String getMinVersion()
          Get the minimum version of Weka, inclusive, the class is designed to work with.
 JMenuItem getVisualizeMenuItem(weka.core.Instances predInst)
          Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the classifier errors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLOT_SIZE

public static final int PLOT_SIZE
fixed plot size.

See Also:
Constant Field Values
Constructor Detail

FixedClassifierErrors

public FixedClassifierErrors()
Method Detail

getVisualizeMenuItem

public JMenuItem getVisualizeMenuItem(weka.core.Instances predInst)
Get a JMenu or JMenuItem which contain action listeners that perform the visualization of the classifier errors.

The actual class is the attribute declared as class attribute, the predicted class values is found in the attribute prior to the class attribute's position. In other words, if the classIndex() method returns 10, then the attribute position for the predicted class values is 9.

Exceptions thrown because of changes in Weka since compilation need to be caught by the implementer.

Specified by:
getVisualizeMenuItem in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
Parameters:
predInst - the instances with the actual and predicted class values
Returns:
menuitem for opening visualization(s), or null to indicate no visualization is applicable for the input
See Also:
NoClassDefFoundError, IncompatibleClassChangeError

getMinVersion

public String getMinVersion()
Get the minimum version of Weka, inclusive, the class is designed to work with. eg: 3.5.0

Specified by:
getMinVersion in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
Returns:
the minimum version

getMaxVersion

public String getMaxVersion()
Get the maximum version of Weka, exclusive, the class is designed to work with. eg: 3.6.0

Specified by:
getMaxVersion in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
Returns:
the maximum version

getDesignVersion

public String getDesignVersion()
Get the specific version of Weka the class is designed for. eg: 3.5.1

Specified by:
getDesignVersion in interface weka.gui.visualize.plugins.ErrorVisualizePlugin
Returns:
the version the plugin was designed for


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.