| Copyright | (c) Dominik Schrempf 2019 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Compare.Options
Description
Creation date: Thu Aug 29 13:02:22 2019.
Synopsis
- data CompareArguments = CompareArguments {}
- type Compare = LoggingT (ReaderT CompareArguments IO)
- data Distance
- compareArguments :: Parser CompareArguments
- compareFooter :: String
Documentation
data CompareArguments Source #
Arguments needed to compute distance measures.
Constructors
| CompareArguments | |
Fields
| |
Supported distance measures.
Constructors
| Symmetric | Symmetric distance. |
| IncompatibleSplit Double | Incompatible split distance; collapse nodes with branch support below given value. |
| BranchScore Bool | Branch score distance. If given, normalize the trees before comparison. |
compareArguments :: Parser CompareArguments Source #
COmmand line parser.
compareFooter :: String Source #
Information about provided distance types.