Uses of Class
com.imsl.stat.Random
Packages that use Random
Package
Description
Utilities used by the library.
Data mining and machine learning.
Neural networks.
Mathematical functions and algorithms.
Statistical methods.
Probability distributions and parameter estimation.
-
Uses of Random in com.imsl
-
Uses of Random in com.imsl.datamining
Methods in com.imsl.datamining that return RandomModifier and TypeMethodDescriptionCrossValidation.getRandomObject()Returns the random object being used in the permutation of the observations.PredictiveModel.getRandomObject()Returns the random object being used in the permutation of the observations.Methods in com.imsl.datamining with parameters of type RandomModifier and TypeMethodDescriptionvoidBootstrapAggregation.setRandomObject(Random r) Sets a random object for the bootstrap random sampling scheme.voidCrossValidation.setRandomObject(Random r) Sets the random object to be used in the permutation of observation data.voidPredictiveModel.setRandomObject(Random r) Sets the random object to be used in the permutation of observation data.voidKohonenSOM.setWeights(Random random) Sets the weights of the nodes using aRandomobject. -
Uses of Random in com.imsl.datamining.neural
Methods in com.imsl.datamining.neural that return RandomModifier and TypeMethodDescriptionEpochTrainer.getRandom()Returns the random number generator used to perturb the stage 1 guesses.Methods in com.imsl.datamining.neural with parameters of type RandomModifier and TypeMethodDescriptionvoidSets the random number generator used to perturb the initial stage 1 guesses.voidEpochTrainer.setRandomSamples(Random randomA, Random randomB) Sets the random number generators used to select random training patterns in stage 1. -
Uses of Random in com.imsl.math
Methods in com.imsl.math that return RandomModifier and TypeMethodDescriptionNelderMead.getRandomObject()Returns the random object being used in the computation of the vertices of the initial complex.Methods in com.imsl.math with parameters of type RandomModifier and TypeMethodDescriptionfinal voidNelderMead.setRandomObject(Random r) Sets the random object to be used in the computation of the vertices of the complex. -
Uses of Random in com.imsl.stat
Methods in com.imsl.stat with parameters of type RandomModifier and TypeMethodDescriptionvoidExtendedGARCH.setRandomObject(Random r) Sets the random object.voidRandomSamples.setRandomObject(Random r) Sets the seed for the random number generator.Constructors in com.imsl.stat with parameters of type RandomModifierConstructorDescriptionClusterKMeans(double[][] x, int k, Random r) Constructor forClusterKMeansusing the K-means++ algorithm to set the initial seeds.Constructor for the RandomSamples class. -
Uses of Random in com.imsl.stat.distributions
Methods in com.imsl.stat.distributions with parameters of type RandomModifier and TypeMethodDescriptionfinal voidMaximumLikelihoodEstimation.setRandomObject(Random r) Sets the random object to be used in the Nelder-Mead method.