程序包 weka.clusterers
类 RandomizableDensityBasedClusterer
java.lang.Object
weka.clusterers.AbstractClusterer
weka.clusterers.AbstractDensityBasedClusterer
weka.clusterers.RandomizableDensityBasedClusterer
- 所有已实现的接口:
Serializable
,Cloneable
,Clusterer
,DensityBasedClusterer
,CapabilitiesHandler
,OptionHandler
,Randomizable
,RevisionHandler
- 直接已知子类:
EM
public abstract class RandomizableDensityBasedClusterer
extends AbstractDensityBasedClusterer
implements OptionHandler, Randomizable
Abstract utility class for handling settings common to randomizable
clusterers.
- 版本:
- $Revision: 1.3 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明String[]
Gets the current settings of the classifier.int
getSeed()
Gets the seed for the random number generationsReturns an enumeration describing the available options.Returns the tip text for this propertyvoid
setOptions
(String[] options) Parses a given list of options.void
setSeed
(int value) Set the seed for random number generation.从类继承的方法 weka.clusterers.AbstractDensityBasedClusterer
clusterPriors, distributionForInstance, logDensityForInstance, logDensityPerClusterForInstance, logJointDensitiesForInstance, makeCopies
从类继承的方法 weka.clusterers.AbstractClusterer
buildClusterer, clusterInstance, forName, getCapabilities, getRevision, makeCopies, makeCopy, numberOfClusters
从接口继承的方法 weka.clusterers.Clusterer
buildClusterer, clusterInstance, getCapabilities, numberOfClusters
-
构造器详细资料
-
RandomizableDensityBasedClusterer
public RandomizableDensityBasedClusterer()
-
-
方法详细资料
-
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:- 指定者:
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 classifier.- 指定者:
getOptions
在接口中OptionHandler
- 返回:
- an array of strings suitable for passing to setOptions
-
seedTipText
Returns the tip text for this property- 返回:
- tip text for this property suitable for displaying in the explorer/experimenter gui
-
setSeed
public void setSeed(int value) Set the seed for random number generation.- 指定者:
setSeed
在接口中Randomizable
- 参数:
value
- the seed to use
-
getSeed
public int getSeed()Gets the seed for the random number generations- 指定者:
getSeed
在接口中Randomizable
- 返回:
- the seed for the random number generation
-