map - Best approach for redrawing weighted 2-D graph when weights change (MDS maybe)? -


i'll try describe problem simplest possible.

assume have map plot points cities within map. cities connected line segments representing roads, there's graph line segments represent euclidean distance each road (these original weights).

i need make new graph line segments representing actual road lengths (new weights), while trying as possible keep original geometry unmodified.

i'm thinking metric multidimensional scaling way go, maybe there's simpler.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -