weka.gui.beans
Class VisualizableErrorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by weka.gui.beans.VisualizableErrorEvent
All Implemented Interfaces:
Serializable

public class VisualizableErrorEvent
extends EventObject

Event encapsulating error information for a learning scheme that can be visualized in the DataVisualizer

Version:
$Revision: 8034 $
Author:
Mark Hall
See Also:
EventObject, Serialized Form

Constructor Summary
VisualizableErrorEvent(Object source, PlotData2D dataSet)
           
 
Method Summary
 PlotData2D getDataSet()
          Return the instances of the data set
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VisualizableErrorEvent

public VisualizableErrorEvent(Object source,
                              PlotData2D dataSet)
Method Detail

getDataSet

public PlotData2D getDataSet()
Return the instances of the data set

Returns:
an Instances value


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