I have $N$ points in a $D$-dimensional Poincare disk model. Ideally, I would like to have a centroid which would be representative of the cluster. To my knowledge, simple centroid calculation doesn't work in hyperbolic spaces as it does in Euclidean spaces.
So, my question is:
Is there a formula which given $N$ points computes their centroid?
If not, is there a closed-form solution for this problem when $N = 2$?
Thanks!
m = argmin_m* sum( d(m*, x_i)), where 1 <= i <= N
– Want Feb 06 '18 at 12:25