| 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 |
TLynx.Distance.Options
Description
Creation date: Thu Aug 29 13:02:22 2019.
Synopsis
Documentation
data DistanceArguments Source #
Arguments needed to compute distance measures.
Constructors
| DistanceArguments | |
Fields | |
Instances
data DistanceMeasure Source #
Supported distance measures.
Constructors
| 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.