Copyright | (c) Dominik Schrempf 2021 |
---|---|
License | GPL-3.0-or-later |
Maintainer | dominik.schrempf@gmail.com |
Stability | unstable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Creation date: Thu Aug 29 13:02:22 2019.
Synopsis
Documentation
data DistanceArguments Source #
Arguments needed to compute distance measures.
Instances
data DistanceMeasure Source #
Supported distance measures.
Symmetric | Symmetric distance. |
IncompatibleSplit Support | Incompatible split distance; collapse nodes with branch support below given value. |
BranchScore | Branch score distance. |
Instances
distanceArguments :: Parser DistanceArguments Source #
COmmand line parser.
distanceFooter :: [String] Source #
Information about provided distance types.