Consider m data points in n dimensional data space, and we want to fit a minimal hyper sphere, which covers all these data points .
to find center and radius of such minimal hyper sphere is NP task. I am interested in efficient algorithms, which may be either exact algorithm or approximation algorithm or randomized algorithm.