in reply to Help thinking about an alternate algorithm
> I need to determine the furthest distance two selections are from a list of possible selections.
You have an AoA (set of selections) and need to know a pair of selections with maximum possible distance?
And this set doesn't include all possible selections?
I.e. the elements ['jeans','shirt'] and ['skirt', 'sweater'] don't imply the existence of ['jeans','sweater'] in the set ?
And the distance is the number of different items in a selection?
> What ideas do you have?
self correcting codes ( see Hamming distance ) come into mind, but I dunno how to apply them here.
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help thinking about an alternate algorithm
by Limbic~Region (Chancellor) on Jan 15, 2014 at 16:49 UTC | |
by LanX (Saint) on Jan 15, 2014 at 17:27 UTC | |
by BrowserUk (Patriarch) on Jan 15, 2014 at 16:58 UTC |