程序包 weka.gui.beans

类 ThresholdDataEvent

java.lang.Object
java.util.EventObject
weka.gui.beans.ThresholdDataEvent
所有已实现的接口:
Serializable

public class ThresholdDataEvent extends EventObject
Event encapsulating classifier performance data based on varying a threshold over the classifier's predicted probabilities
版本:
$Revision: 5751 $
作者:
Mark Hall
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getDataSet

      public PlotData2D getDataSet()
      Return the instances of the data set
      返回:
      an Instances value
    • getClassAttribute

      public Attribute 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.