If you do end up treating each of your messages like a vector, the [choice] extern is good for this kind of thing. But you have to implement the weighting on your own before sending anything to it.
On Sun, Mar 4, 2012 at 7:28 PM, Mathieu Bouchard <[email protected]> wrote: > Le 2012-03-05 à 01:37:00, ronni montoya a écrit : > > >> How can i order each one of these arrays (messages) based in its >> similarities? i need that the most similar ones can be neighbours, so >> i can trigger them in a ordered way >> how can i achieve this? > > > Similarity is not just one concept, it's a wide variety of related concepts. > You need to figure out in which manner you'd do it. First look at which > combinations you would like to be considered completely equivalent, or very > much equivalent. > > e.g. is the list 1 23 456 7890 as very much like the list 456 7890 1 23 ? If > so, why ? (there are several possible reasons, very different from each > other) > > ______________________________________________________________________ > | Mathieu BOUCHARD ----- téléphone : +1.514.383.3801 ----- Montréal, QC > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > -- William Brent www.williambrent.com “Great minds flock together” Conflations: conversational idiom for the 21st century www.conflations.com _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
