Package weka.gui.beans
Class ThresholdDataEvent
- java.lang.Object
-
- java.util.EventObject
-
- weka.gui.beans.ThresholdDataEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ThresholdDataEvent extends java.util.EventObjectEvent encapsulating classifier performance data based on varying a threshold over the classifier's predicted probabilities- Version:
- $Revision: 5751 $
- Author:
- Mark Hall
- See Also:
EventObject, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThresholdDataEvent(java.lang.Object source, PlotData2D dataSet)ThresholdDataEvent(java.lang.Object source, PlotData2D dataSet, Attribute classAtt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributegetClassAttribute()Return the class attribute for which the threshold data was generated for.PlotData2DgetDataSet()Return the instances of the data set
-
-
-
Constructor Detail
-
ThresholdDataEvent
public ThresholdDataEvent(java.lang.Object source, PlotData2D dataSet)
-
ThresholdDataEvent
public ThresholdDataEvent(java.lang.Object source, PlotData2D dataSet, Attribute classAtt)
-
-
Method Detail
-
getDataSet
public PlotData2D getDataSet()
Return the instances of the data set- Returns:
- an
Instancesvalue
-
getClassAttribute
public Attribute getClassAttribute()
Return the class attribute for which the threshold data was generated for.- Returns:
- the class attribute for the threshold data or null if not set.
-
-