Skip to main content

Miniball

Classes

Computes the miniball of the given point set.

Based on paper "Fast Smallest-Enclosing-Ball Computation in High Dimensions" by "Kaspar Fischer" et. al.

Constants

Small number

Limit to how many iterations the algorithm is allowed to perform, this is to cover poorly converging cases

Epsilon : number

Small number

Kind: global constant

MAX_ITERATIONS : number

Limit to how many iterations the algorithm is allowed to perform, this is to cover poorly converging cases

Kind: global constant