程序包 weka.gui.beans
类 IncrementalClassifierEvent
java.lang.Object
java.util.EventObject
weka.gui.beans.IncrementalClassifierEvent
- 所有已实现的接口:
Serializable
Class encapsulating an incrementally built classifier and current instance
- 从以下版本开始:
- 1.0
- 版本:
- $Revision: 1.9 $
- 作者:
- Mark Hall
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明static final int
static final int
static final int
-
构造器概要
构造器构造器说明IncrementalClassifierEvent
(Object source) IncrementalClassifierEvent
(Object source, Classifier scheme, Instance currentI, int status) Creates a newIncrementalClassifierEvent
instance.IncrementalClassifierEvent
(Object source, Classifier scheme, Instances structure) Creates a new incremental classifier event that encapsulates header information and classifier. -
方法概要
修饰符和类型方法说明Get the classifierGet the current instanceint
Get the statusGet the instances structure (may be null if this is not a NEW_BATCH event)void
void
Set the current instance for this eventvoid
setStatus
(int s) Set the statusvoid
setStructure
(Instances structure) Set the instances structure从类继承的方法 java.util.EventObject
getSource, toString
-
字段详细资料
-
构造器详细资料
-
IncrementalClassifierEvent
Creates a newIncrementalClassifierEvent
instance.- 参数:
source
- the source of the eventscheme
- the classifiercurrentI
- the current instancestatus
- the status
-
IncrementalClassifierEvent
Creates a new incremental classifier event that encapsulates header information and classifier.- 参数:
source
- anObject
valuescheme
- aClassifier
valuestructure
- anInstances
value
-
IncrementalClassifierEvent
-
-
方法详细资料
-
getClassifier
Get the classifier- 返回:
- the classifier
-
setClassifier
-
getCurrentInstance
Get the current instance- 返回:
- the current instance
-
setCurrentInstance
Set the current instance for this event- 参数:
i
- anInstance
value
-
getStatus
public int getStatus()Get the status- 返回:
- an
int
value
-
setStatus
public void setStatus(int s) Set the status- 参数:
s
- anint
value
-
setStructure
Set the instances structure- 参数:
structure
- anInstances
value
-
getStructure
Get the instances structure (may be null if this is not a NEW_BATCH event)- 返回:
- an
Instances
value
-