Commit 49ac7b06 authored by qlobbe's avatar qlobbe

in clustering synchronique change to 1 / sensibility

parent a743c42b
......@@ -146,7 +146,7 @@ defaultConfig =
, phyloProximity = WeightedLogJaccard 10
, seaElevation = Constante 0.1 0.1
, findAncestors = True
, phyloSynchrony = ByProximityThreshold 0.5 10 SiblingBranches MergeAllGroups
, phyloSynchrony = ByProximityThreshold 0.2 10 SiblingBranches MergeAllGroups
, phyloQuality = Quality 0 1
, timeUnit = Year 3 1 5
, clique = MaxClique 0
......
......@@ -135,7 +135,7 @@ groupsToEdges prox sync nbDocs diago groups =
toEdges sens edges =
case prox of
WeightedLogJaccard _ -> map (\(g,g') ->
((g,g'), weightedLogJaccard' sens nbDocs diago
((g,g'), weightedLogJaccard' (1 / sens) nbDocs diago
(g ^. phylo_groupNgrams) (g' ^. phylo_groupNgrams))) edges
_ -> undefined
......
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