Package weka.gui.beans
Class ThresholdDataEvent
java.lang.Object
java.util.EventObject
weka.gui.beans.ThresholdDataEvent
- All Implemented Interfaces:
Serializable
Event encapsulating classifier performance data based on
varying a threshold over the classifier's predicted probabilities
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall
- See Also:
-
Constructor Summary
ConstructorDescriptionThresholdDataEvent
(Object source, PlotData2D dataSet) ThresholdDataEvent
(Object source, PlotData2D dataSet, Attribute classAtt) -
Method Summary
Modifier and TypeMethodDescriptionReturn the class attribute for which the threshold data was generated for.Return the instances of the data setMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ThresholdDataEvent
-
ThresholdDataEvent
-
-
Method Details
-
getDataSet
Return the instances of the data set- Returns:
- an
Instances
value
-
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.
-