程序包 weka.gui.beans

类 DataSetEvent

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

public class DataSetEvent extends EventObject
Event encapsulating a data set
版本:
$Revision: 1.4 $
作者:
Mark Hall
另请参阅:
  • 构造器详细资料

  • 方法详细资料

    • getDataSet

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

      public boolean isStructureOnly()
      Returns true if the encapsulated instances contain just header information
      返回:
      true if only header information is available in this DataSetEvent