程序包 weka.gui.beans
类 ThresholdDataEvent
java.lang.Object
java.util.EventObject
weka.gui.beans.ThresholdDataEvent
- 所有已实现的接口:
Serializable
Event encapsulating classifier performance data based on
varying a threshold over the classifier's predicted probabilities
- 版本:
- $Revision: 5751 $
- 作者:
- Mark Hall
- 另请参阅:
-
构造器概要
构造器构造器说明ThresholdDataEvent
(Object source, PlotData2D dataSet) ThresholdDataEvent
(Object source, PlotData2D dataSet, Attribute classAtt) -
方法概要
修饰符和类型方法说明Return the class attribute for which the threshold data was generated for.Return the instances of the data set从类继承的方法 java.util.EventObject
getSource, toString
-
构造器详细资料
-
ThresholdDataEvent
-
ThresholdDataEvent
-
-
方法详细资料
-
getDataSet
Return the instances of the data set- 返回:
- an
Instances
value
-
getClassAttribute
Return the class attribute for which the threshold data was generated for.- 返回:
- the class attribute for the threshold data or null if not set.
-