Clustering algorithms using stochastic analysis and ensemble techniques.
gen_moon(rad=1.0, occ=0.5, num_samples=100)
Generates random two-dimensional vectors, arranged in a crescent moon shape.
The shape is described by a circle of radius rad
partially occluded by a circle of the same radius,
with the degree of overlap (or occultation) given by occ
.