Commit a743c42b authored by david Chavalarias's avatar david Chavalarias

[phylo] Inversion of level range in re-parameterization

parent e454b205
......@@ -276,7 +276,7 @@ fScore lambda x periods bk bx =
let rec = recall x bk bx
acc = accuracy x periods bk
in ((1 + lambda ** 2) * acc * rec)
/ (((lambda ** 2) * rec + acc))
/ (((lambda ** 2) * acc + rec))
wk :: [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