Name: hierarchical-clustering-diagrams
Version: 0.2
Synopsis: Draw diagrams of dendrograms made by hierarchical-clustering.
License: BSD3
License-file: LICENSE
Author: Felipe Lessa
Maintainer: felipe.lessa@gmail.com
Category: Clustering, Graphics
Build-type: Simple
Cabal-version: >=1.8
Description:
This package contains functions for drawing diagrams of
dendrograms. You may see a simple image sample at
<https://patch-tag.com/r/felipe/hierarchical-clustering-diagrams/snapshot/current/content/pretty/example.png>.
See the documentation at "Diagrams.Dendrogram" to see how to
reproduce this diagram.
Extra-source-files:
tests/runtests.hs
example.png
Source-repository head
type: darcs
location: http://patch-tag.com/r/felipe/hierarchical-clustering-diagrams
Library
Hs-source-dirs: src
Exposed-modules:
Diagrams.Dendrogram
Build-depends:
base == 4.*
, hierarchical-clustering == 0.4.*
, diagrams-lib == 0.5.*
GHC-options: -Wall
Test-suite runtests
Type: exitcode-stdio-1.0
Hs-source-dirs: tests
Main-is: runtests.hs
Build-depends:
base == 4.*
, hierarchical-clustering == 0.4.*
, diagrams-lib == 0.5.*
, diagrams-cairo == 0.5.*
, hspec == 0.9.*
, HUnit == 1.2.*
, hierarchical-clustering-diagrams
GHC-options: -Wall