[PD] ordering arrays based in similarity

Mathieu Bouchard matju at artengine.ca
Mon Mar 5 01:28:03 CET 2012


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


More information about the Pd-list mailing list