Hi,
I need to find the average distance of 25 nearest neighbours in a point layer. I have tried with Neighborfinder set to 25 number of neighbours to find and generate a list, then a ListExploder to expose the list, but I don't know how to group the 25 neighbours to calculate the average distance of these 25 neighbours to the base point


Im gettin this of ListExploder: idRecord it’s the ID of points.

Any ideas for grouping the 25 neighbours to calculate the average distance?
Thanks you all.