My question is as follow. Imagine a random shape cluster of high dimension in an euclidian space, how can i get points which are at the edge of the cluster where edge are defined as segments connecting outermost points.
I can imagine to compute the similarity matrix and get points which are the most distant from others in average, unfortunately with this approach i can't be sure to get all points which are distributed homogeneously across the edge.
I can also try to use a defined parameter to fix a distance where the average distance points are considered to be part of the edge, but it needs a fine tuning which i want to prevent.
Thank's in advance for your precious help !
Peace