Commit 8237d093 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Merge branch 'dev-phylo' into dev-merge

parents b88a8088 5d618e53
...@@ -213,9 +213,10 @@ entropy branches = ...@@ -213,9 +213,10 @@ entropy branches =
homogeneity :: [[PhyloGroup]] -> Double homogeneity :: [[PhyloGroup]] -> Double
homogeneity branches = undefined homogeneity _ = undefined
where -- where
branchCov :: -- branchCov :: [PhyloGroup] -> Int -> Double
-- branchCov branch total = (fromIntegral $ length branch) / (fromIntegral total)
toPhyloQuality :: [[PhyloGroup]] -> Double toPhyloQuality :: [[PhyloGroup]] -> Double
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment