Package | Description |
---|---|
org.apache.commons.rng.sampling.shape |
This package contains classes for sampling coordinates from shapes, for example a unit ball.
|
Class and Description |
---|
BoxSampler
Generate points uniformly distributed within a n-dimension box (hyperrectangle).
|
LineSampler
Generate points uniformly distributed on a line.
|
TetrahedronSampler
Generate points uniformly distributed within a
tetrahedron.
|
TriangleSampler
Generate points
uniformly distributed within a triangle.
|
UnitBallSampler
Generate coordinates
uniformly distributed within the unit n-ball.
|
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.