程序包 weka.classifiers
类 MultipleClassifiersCombiner
java.lang.Object
weka.classifiers.Classifier
weka.classifiers.MultipleClassifiersCombiner
- 所有已实现的接口:
Serializable
,Cloneable
,CapabilitiesHandler
,OptionHandler
,RevisionHandler
Abstract utility class for handling settings common to
meta classifiers that build an ensemble from multiple classifiers.
- 版本:
- $Revision: 5905 $
- 作者:
- Eibe Frank (eibe@cs.waikato.ac.nz)
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the tip text for this propertyReturns combined capabilities of the base classifiers, i.e., the capabilities all of them have in common.getClassifier
(int index) Gets a single classifier from the set of available classifiers.Gets the list of possible classifers to choose from.String[]
Gets the current settings of the Classifier.Returns an enumeration describing the available optionsvoid
setClassifiers
(Classifier[] classifiers) Sets the list of possible classifers to choose from.void
setOptions
(String[] options) Parses a given list of options.从类继承的方法 weka.classifiers.Classifier
buildClassifier, classifyInstance, debugTipText, distributionForInstance, forName, getDebug, getRevision, makeCopies, makeCopy, setDebug
-
构造器详细资料
-
MultipleClassifiersCombiner
public MultipleClassifiersCombiner()
-
-
方法详细资料
-
listOptions
Returns an enumeration describing the available options- 指定者:
listOptions
在接口中OptionHandler
- 覆盖:
listOptions
在类中Classifier
- 返回:
- an enumeration of all the available options
-
setOptions
Parses a given list of options. Valid options are:-B classifierstring
Classifierstring should contain the full class name of a scheme included for selection followed by options to the classifier (required, option should be used once for each classifier).- 指定者:
setOptions
在接口中OptionHandler
- 覆盖:
setOptions
在类中Classifier
- 参数:
options
- the list of options as an array of strings- 抛出:
Exception
- if an option is not supported
-
getOptions
Gets the current settings of the Classifier.- 指定者:
getOptions
在接口中OptionHandler
- 覆盖:
getOptions
在类中Classifier
- 返回:
- an array of strings suitable for passing to setOptions
-
classifiersTipText
Returns the tip text for this property- 返回:
- tip text for this property suitable for displaying in the explorer/experimenter gui
-
setClassifiers
Sets the list of possible classifers to choose from.- 参数:
classifiers
- an array of classifiers with all options set.
-
getClassifiers
Gets the list of possible classifers to choose from.- 返回:
- the array of Classifiers
-
getClassifier
Gets a single classifier from the set of available classifiers.- 参数:
index
- the index of the classifier wanted- 返回:
- the Classifier
-
getCapabilities
Returns combined capabilities of the base classifiers, i.e., the capabilities all of them have in common.- 指定者:
getCapabilities
在接口中CapabilitiesHandler
- 覆盖:
getCapabilities
在类中Classifier
- 返回:
- the capabilities of the base classifiers
- 另请参阅:
-