Uses of Interface
org.apache.commons.rng.sampling.SharedStateObjectSampler
-
Packages that use SharedStateObjectSampler Package Description org.apache.commons.rng.sampling This package provides sampling utilities.org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions.org.apache.commons.rng.sampling.shape This package contains classes for sampling coordinates from shapes, for example a unit ball. -
-
Uses of SharedStateObjectSampler in org.apache.commons.rng.sampling
Classes in org.apache.commons.rng.sampling that implement SharedStateObjectSampler Modifier and Type Class Description class
CollectionSampler<T>
Sampling from aCollection
.class
CombinationSampler
Class for representing combinations of a sequence of integers.class
DiscreteProbabilityCollectionSampler<T>
Sampling from a collection of items with user-defined probabilities.class
PermutationSampler
Class for representing permutations of a sequence of integers.class
UnitSphereSampler
Generate vectors isotropically located on the surface of a sphere.Methods in org.apache.commons.rng.sampling that return types with arguments of type SharedStateObjectSampler Modifier and Type Method Description static <T> CompositeSamplers.Builder<SharedStateObjectSampler<T>>
CompositeSamplers. newSharedStateObjectSamplerBuilder()
Create a new builder for a compositeSharedStateObjectSampler
. -
Uses of SharedStateObjectSampler in org.apache.commons.rng.sampling.distribution
Classes in org.apache.commons.rng.sampling.distribution that implement SharedStateObjectSampler Modifier and Type Class Description class
DirichletSampler
Sampling from a Dirichlet distribution. -
Uses of SharedStateObjectSampler in org.apache.commons.rng.sampling.shape
Classes in org.apache.commons.rng.sampling.shape that implement SharedStateObjectSampler Modifier and Type Class Description class
BoxSampler
Generate points uniformly distributed within a n-dimension box (hyperrectangle).class
LineSampler
Generate points uniformly distributed on a line.class
TetrahedronSampler
Generate points uniformly distributed within a tetrahedron.class
TriangleSampler
Generate points uniformly distributed within a triangle.class
UnitBallSampler
Generate coordinates uniformly distributed within the unit n-ball.
-