This package provides sampling utilities.
Thedistribution
sub-package provides sampling from statistical distributions.Interface | Description |
---|---|
SharedStateSampler<R> |
Applies to samplers that can share state between instances.
|
Class | Description |
---|---|
CollectionSampler<T> |
Sampling from a
Collection . |
CombinationSampler |
Class for representing combinations
of a sequence of integers.
|
DiscreteProbabilityCollectionSampler<T> |
Sampling from a collection of items with user-defined
probabilities.
|
ListSampler |
Sampling from a
List . |
PermutationSampler |
Class for representing permutations
of a sequence of integers.
|
UnitSphereSampler |
Generate vectors
isotropically located on the surface of a sphere.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.