程序包 weka.gui.beans
接口 UserRequestAcceptor
- 所有已知实现类:
Associator
,AttributeSummarizer
,Classifier
,ClassifierPerformanceEvaluator
,Clusterer
,ClustererPerformanceEvaluator
,CostBenefitAnalysis
,CrossValidationFoldMaker
,DataVisualizer
,Filter
,GraphViewer
,MetaBean
,ModelPerformanceChart
,ScatterPlotMatrix
,StripChart
,TextViewer
,TrainTestSplitMaker
public interface UserRequestAcceptor
Interface to something that can accept requests from a user to perform
some action
- 从以下版本开始:
- 1.0
- 版本:
- $Revision: 1.3 $
- 作者:
- Mark Hall
-
方法概要
修饰符和类型方法说明Get a list of performable requestsvoid
performRequest
(String requestName) Perform the named request
-
方法详细资料
-
enumerateRequests
Enumeration enumerateRequests()Get a list of performable requests- 返回:
- an
Enumeration
value
-
performRequest
Perform the named request- 参数:
requestName
- aString
value- 抛出:
IllegalArgumentException
- if an error occurs
-