Uses of Class
org.apache.commons.rng.sampling.UnitSphereSampler
-
Packages that use UnitSphereSampler Package Description org.apache.commons.math4.analysis.interpolation Univariate real functions interpolation algorithms. -
-
Uses of UnitSphereSampler in org.apache.commons.math4.analysis.interpolation
Constructors in org.apache.commons.math4.analysis.interpolation with parameters of type UnitSphereSampler Constructor Description InterpolatingMicrosphere(int dimension, int size, double maxDarkFraction, double darkThreshold, double background, UnitSphereSampler rand)Create a sphere from randomly sampled vectors.
-