程序包 weka.gui.beans
类 DataSetEvent
java.lang.Object
java.util.EventObject
weka.gui.beans.DataSetEvent
- 所有已实现的接口:
Serializable
Event encapsulating a data set
- 版本:
- $Revision: 1.4 $
- 作者:
- Mark Hall
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the instances of the data setboolean
Returns true if the encapsulated instances contain just header information从类继承的方法 java.util.EventObject
getSource, toString
-
构造器详细资料
-
DataSetEvent
-
-
方法详细资料
-
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
-