[PD] Distance Measures among Arrays and Lists

2014-04-24 Thread D G
Hello members of the list

I am very interested in creating a list of objects or abstractions from any
PD library (pd-extended  or beyond) used to measure the distance between
two arrays or two lists.

Does any of you know one or some?

Thanks a lot for your help!!!

D
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread IOhannes m zmölnig
On 04/24/2014 11:55 AM, D G wrote:
 I am very interested in creating a list of objects or abstractions from any
 PD library (pd-extended  or beyond) used to measure the distance between
 two arrays or two lists.

so what's the distance between two arrays?

gmfdstr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread Bryan Jurish
On Thu, Apr 24, 2014 at 12:59 PM, IOhannes m zmölnig zmoel...@iem.atwrote:

 On 04/24/2014 11:55 AM, D G wrote:
  I am very interested in creating a list of objects or abstractions from
 any
  PD library (pd-extended  or beyond) used to measure the distance between
  two arrays or two lists.

 so what's the distance between two arrays?


ptrdiff_t ?



-- 
Bryan Jurish   There is *always* one more bug.
moocow.bov...@gmail.com -Lubarsky's Law of Cybernetic Entomology
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread William Brent
[tabletool] has methods for euclidean/taxicab distance between vectors
stored in 2 arrays.


On Thu, Apr 24, 2014 at 5:55 AM, D G mami.mu...@gmail.com wrote:

 Hello members of the list

 I am very interested in creating a list of objects or abstractions from
 any PD library (pd-extended  or beyond) used to measure the distance
 between two arrays or two lists.

 Does any of you know one or some?

 Thanks a lot for your help!!!

 D

 ___
 Pd-list@iem.at 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
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread David Medine

[listtool] ditto for lists (if you are too lazy to dump them into arrays ; )
https://github.com/dmedine/list_externs

On 04/24/2014 05:18 AM, William Brent wrote:
[tabletool] has methods for euclidean/taxicab distance between vectors 
stored in 2 arrays.



On Thu, Apr 24, 2014 at 5:55 AM, D G mami.mu...@gmail.com 
mailto:mami.mu...@gmail.com wrote:


Hello members of the list

I am very interested in creating a list of objects or abstractions
from any PD library (pd-extended  or beyond) used to measure the
distance between two arrays or two lists.

Does any of you know one or some?

Thanks a lot for your help!!!

D

___
Pd-list@iem.at mailto:Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -
http://lists.puredata.info/listinfo/pd-list




--
William Brent
www.williambrent.com http://www.williambrent.com

Great minds flock together
Conflations: conversational idiom for the 21st century

www.conflations.com http://www.conflations.com


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread D G
Hey William, David, Bryan
Thanks a lot for your fast responses. I know the [tabletool] from the tID
library and it works really fine.

I will check [listtool] and [ptrdiff_t]

I am very interested in any types of measures and objects avaliable.

But specifically I am interested the swap distance or the edit distance
[1]. I have been trying to implement my self the edit distance and have
managed to make a patch according to its Levenshtein implementation [2]
from wikipedia, trying to make it work with numbers instead of characters.
Although it is a simple algorithm, It is not trivial to implement in PD and
still have not managed to make it work properly.

If any one is interested I would appreciate any help. Even finding an
object that computes any of these distances; or better making the
abstraction work. I guess it could be a useful object for the community.

Thanks again

D


[1] http://en.wikipedia.org/wiki/Edit_distance
[2] http://en.wikipedia.org/wiki/Levenshtein_distance





2014-04-24 18:45 GMT+02:00 David Medine dmed...@ucsd.edu:

  [listtool] ditto for lists (if you are too lazy to dump them into arrays
 ; )
 https://github.com/dmedine/list_externs


 On 04/24/2014 05:18 AM, William Brent wrote:

 [tabletool] has methods for euclidean/taxicab distance between vectors
 stored in 2 arrays.


 On Thu, Apr 24, 2014 at 5:55 AM, D G mami.mu...@gmail.com wrote:

   Hello members of the list

  I am very interested in creating a list of objects or abstractions from
 any PD library (pd-extended  or beyond) used to measure the distance
 between two arrays or two lists.

  Does any of you know one or some?

  Thanks a lot for your help!!!

  D

 ___
 Pd-list@iem.at 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


 ___pd-l...@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list