weka.gui.beans
Class VisualizableErrorEvent
java.lang.Object
java.util.EventObject
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
VisualizableErrorEvent
public VisualizableErrorEvent(Object source,
PlotData2D dataSet)
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.