Name: hierarchical-clustering-diagrams
Version: 0.4
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://github.com/meteficha/hierarchical-clustering-diagrams/blob/master/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: git
location: https://github.com/meteficha/hierarchical-clustering-diagrams
Library
Hs-source-dirs: src
Exposed-modules:
Diagrams.Dendrogram
Build-depends:
base == 4.*
, hierarchical-clustering == 0.4.*
, diagrams-lib == 1.4.*
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 == 1.4.*
, diagrams-cairo == 1.4.*
, hspec >= 2.6
, HUnit == 1.6.*
, hierarchical-clustering-diagrams
GHC-options: -Wall