Naive Spring Model
repeat for all points
compute spring force to all other points
difference between high dim,  low dim distance
move to better location using computed forces
compute distances between all points
O(n2) iteration,  O(n3) algorithm