|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testValidate() : void in class com.datumbox.framework.machinelearning.clustering.GaussianDPMMTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.classification.SupportVectorMachineTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testSelectFeatures() : void in class com.datumbox.framework.machinelearning.featureselection.categorical.MutualInformationTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testTrainAndPredict() : void in class com.datumbox.applications.nlp.TextClassifierTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testValidate() : void in class com.datumbox.framework.machinelearning.topicmodeling.LatentDirichletAllocationTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.regression.MatrixLinearRegressionTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.classification.SoftMaxRegressionTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.clustering.GaussianDPMMTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testTrainAndValidate() : void in class com.datumbox.applications.datamodeling.ModelerTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public getRandomGenerator() : Random extracted from public shuffle(array T[]) : void in class com.datumbox.common.utilities.PHPfunctions & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.classification.BinarizedNaiveBayesTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.classification.BernoulliNaiveBayesTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testValidate() : void in class com.datumbox.framework.machinelearning.ensemblelearning.AdaboostTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testSelectFeatures() : void in class com.datumbox.framework.machinelearning.featureselection.scorebased.TFIDFTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testValidate() : void in class com.datumbox.framework.machinelearning.regression.StepwiseRegressionTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.clustering.KmeansTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testShuffle() : void in class com.datumbox.common.utilities.PHPfunctionsTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testValidate() : void in class com.datumbox.framework.machinelearning.clustering.MultinomialDPMMTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testValidate() : void in class com.datumbox.framework.machinelearning.ensemblelearning.BootstrapAggregatingTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.regression.NLMSTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.classification.MaximumEntropyTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testValidate() : void in class com.datumbox.framework.machinelearning.clustering.KmeansTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testMt_rand_0args() : void in class com.datumbox.common.utilities.PHPfunctionsTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.clustering.MultinomialDPMMTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.clustering.HierarchicalAgglomerativeTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public getRandomGenerator() : Random extracted from private generateDataset() : Dataset in class com.datumbox.framework.machinelearning.clustering.GaussianDPMMTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.ensemblelearning.BootstrapAggregatingTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.classification.OrdinalRegressionTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testValidate() : void in class com.datumbox.framework.machinelearning.classification.OrdinalRegressionTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.ensemblelearning.AdaboostTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testKFoldCrossValidation() : void in class com.datumbox.framework.machinelearning.classification.MultinomialNaiveBayesTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testSelectFeatures() : void in class com.datumbox.framework.machinelearning.featureselection.categorical.ChisquareSelectTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |
|
Extract And Move Method public setRandomGenerator(randomGenerator Random) : void extracted from public testMt_rand_int_int() : void in class com.datumbox.common.utilities.PHPfunctionsTest & moved to class com.datumbox.common.utilities.RandomValue |
From |
To |