How to make nested lists in JSL?
I have a data table with geographical points (GPS-locations). Each row represents one location with columns longitude, latitude, etc.I'm trying to do a cluster analysis on these points.I already have an algorithm that searches for each point all the points within a predefined radius (neighborhood) and adds them to a list named cluster.So for each point in my data table, I can generate a list, whic...