类 SingleAssociatorEnhancer
java.lang.Object
weka.associations.AbstractAssociator
weka.associations.SingleAssociatorEnhancer
- 所有已实现的接口:
Serializable
,Cloneable
,Associator
,CapabilitiesHandler
,OptionHandler
,RevisionHandler
- 直接已知子类:
FilteredAssociator
Abstract utility class for handling settings common to meta
associators that use a single base associator.
- 版本:
- $Revision: 5504 $
- 作者:
- Eibe Frank (eibe@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the tip text for this propertyGet the associator used as the base associator.Returns default capabilities of the base associator.String[]
Gets the current settings of the associator.Returns an enumeration describing the available options.void
setAssociator
(Associator value) Set the base associator.void
setOptions
(String[] options) Parses a given list of options.从类继承的方法 weka.associations.AbstractAssociator
forName, getRevision, makeCopies, makeCopy
从接口继承的方法 weka.associations.Associator
buildAssociations
-
构造器详细资料
-
SingleAssociatorEnhancer
public SingleAssociatorEnhancer()
-
-
方法详细资料
-
listOptions
Returns an enumeration describing the available options.- 指定者:
listOptions
在接口中OptionHandler
- 返回:
- an enumeration of all the available options.
-
setOptions
Parses a given list of options. Valid options are:-W classname
Specify the full class name of the base associator.Options after -- are passed to the designated associator.
- 指定者:
setOptions
在接口中OptionHandler
- 参数:
options
- the list of options as an array of strings- 抛出:
Exception
- if an option is not supported
-
getOptions
Gets the current settings of the associator.- 指定者:
getOptions
在接口中OptionHandler
- 返回:
- an array of strings suitable for passing to setOptions
-
associatorTipText
Returns the tip text for this property- 返回:
- tip text for this property suitable for displaying in the explorer/experimenter gui
-
setAssociator
Set the base associator.- 参数:
value
- the associator to use.
-
getAssociator
Get the associator used as the base associator.- 返回:
- the currently used associator
-
getCapabilities
Returns default capabilities of the base associator.- 指定者:
getCapabilities
在接口中Associator
- 指定者:
getCapabilities
在接口中CapabilitiesHandler
- 覆盖:
getCapabilities
在类中AbstractAssociator
- 返回:
- the capabilities of the base associator
- 另请参阅:
-