in reply to Re: Data visualisation.
in thread Data visualisation.
coded up a distance-matrix to coordinates program
Thanks. That's very helpful.
However, the data doesn't seem to map into a planar representation.
I assume you mean the OP data in the TSP thread. This data has nothing to do with that data. (Though it was the trigger for my current interest.)
My first postulate: the maximum size of the plane required is: xMax = yMax = 1.23 * sqrt( max_distance2 / 2 ).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Data visualisation.
by roboticus (Chancellor) on Jan 02, 2014 at 15:23 UTC | |
by BrowserUk (Patriarch) on Jan 02, 2014 at 16:54 UTC |