weka.gui.beans
Class ThresholdDataEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byweka.gui.beans.ThresholdDataEvent
All Implemented Interfaces:
java.io.Serializable

public class ThresholdDataEvent
extends java.util.EventObject

Event encapsulating classifier performance data based on varying a threshold over the classifier's predicted probabilities

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

Constructor Summary
ThresholdDataEvent(java.lang.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

ThresholdDataEvent

public ThresholdDataEvent(java.lang.Object source,
                          PlotData2D dataSet)
Method Detail

getDataSet

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

Returns:
an Instances value