程序包 weka.gui.beans
接口 EventConstraints
- 所有已知实现类:
Associator
,ClassAssigner
,Classifier
,ClassifierPerformanceEvaluator
,ClassValuePicker
,Clusterer
,ClustererPerformanceEvaluator
,CrossValidationFoldMaker
,Filter
,IncrementalClassifierEvaluator
,InstanceStreamToBatchMaker
,Loader
,MetaBean
,PredictionAppender
,TestSetMaker
,TextViewer
,TrainingSetMaker
,TrainTestSplitMaker
public interface EventConstraints
Interface for objects that want to be able to specify at any given
time whether their current configuration allows a particular event
to be generated.
- 版本:
- $Revision: 1.3 $
- 作者:
- Mark Hall
-
方法概要
修饰符和类型方法说明boolean
eventGeneratable
(String eventName) Returns true if, at the current time, the named event could be generated.
-
方法详细资料
-
eventGeneratable
Returns true if, at the current time, the named event could be generated.- 参数:
eventName
- the name of the event in question- 返回:
- true if the named event could be generated
-