程序包 weka.core
接口 Randomizable
- 所有已知实现类:
AdaBoostM1
,Agrawal
,Bagging
,BayesNet
,BFTree
,BIRCHCluster
,ClassBalancedND
,ClassificationGenerator
,ClusterGenerator
,Cobweb
,CostSensitiveClassifier
,CVParameterSelection
,Dagging
,DataGenerator
,DataNearBalancedND
,Decorate
,EM
,END
,Expression
,FarthestFirst
,Grading
,GridSearch
,LED24
,LibSVM
,LogitBoost
,MetaCost
,MexicanHat
,MiddleOutConstructor
,MIEMDD
,MultiBoostAB
,MultiClassClassifier
,MultilayerPerceptron
,MultiScheme
,ND
,RacedIncrementalLogitBoost
,RandomCommittee
,RandomForest
,RandomizableClassifier
,RandomizableClusterer
,RandomizableDensityBasedClusterer
,RandomizableIteratedSingleClassifierEnhancer
,RandomizableMultipleClassifiersCombiner
,RandomizableSingleClassifierEnhancer
,RandomizableSingleClustererEnhancer
,RandomRBF
,RandomSubSpace
,RandomTree
,RDG1
,RegressionGenerator
,REPTree
,RotationForest
,sIB
,SimpleCart
,SimpleKMeans
,Stacking
,StackingC
,SubspaceCluster
,ThresholdSelector
,Vote
,XMeans
public interface Randomizable
Interface to something that has random behaviour that is able to be
seeded with an integer.
- 版本:
- $Revision: 1.3 $
- 作者:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
-
方法概要
-
方法详细资料
-
setSeed
void setSeed(int seed) Set the seed for random number generation.- 参数:
seed
- the seed
-
getSeed
int getSeed()Gets the seed for the random number generations- 返回:
- the seed for the random number generation
-