Re: [Haskell-cafe] ANNOUNCE: hierarchical-clustering and gsc-weighting

2010-08-04 Thread Felipe Lessa
On Tue, Aug 3, 2010 at 8:23 AM, Felipe Lessa wrote: > On Tue, Aug 3, 2010 at 8:01 AM, Ivan Lazar Miljenovic > wrote: >> Felipe Lessa writes: >>> 'hierarchical-clustering' provides a function to create a dendrogram >>> from a list of items and a distance function between them.  The most >>> commo

Re: [Haskell-cafe] ANNOUNCE: hierarchical-clustering and gsc-weighting

2010-08-03 Thread Felipe Lessa
On Tue, Aug 3, 2010 at 8:01 AM, Ivan Lazar Miljenovic wrote: > Felipe Lessa writes: >> 'hierarchical-clustering' provides a function to create a dendrogram >> from a list of items and a distance function between them.  The most >> common linkage types are available: single linkage, complete linka

Re: [Haskell-cafe] ANNOUNCE: hierarchical-clustering and gsc-weighting

2010-08-03 Thread Ivan Lazar Miljenovic
Felipe Lessa writes: > Hello! > > I'm pleased to announce the release of two new packages: > > http://hackage.haskell.org/package/hierarchical-clustering > http://hackage.haskell.org/package/gsc-weighting > > 'hierarchical-clustering' provides a function to create a dendrogram > from a list of it

[Haskell-cafe] ANNOUNCE: hierarchical-clustering and gsc-weighting

2010-08-03 Thread Felipe Lessa
Hello! I'm pleased to announce the release of two new packages: http://hackage.haskell.org/package/hierarchical-clustering http://hackage.haskell.org/package/gsc-weighting 'hierarchical-clustering' provides a function to create a dendrogram from a list of items and a distance function between th