Commit ffdfbaed authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FEAT] Enabling confluence in backend

parent efac08f7
......@@ -129,7 +129,7 @@ cooc2graphWith' doPartitions distance threshold strength myCooc = do
(as, bs) = List.unzip $ Map.keys distanceMap
n' = Set.size $ Set.fromList $ as <> bs
!bridgeness' = bridgeness (fromIntegral nodesApprox) partitions distanceMap
!confluence' = Map.empty -- BAC.computeConfluences 3 (Map.keys bridgeness') True
!confluence' = BAC.computeConfluences 3 (Map.keys bridgeness') True
pure $ data2graph ti diag bridgeness' confluence' partitions
type Reverse = Bool
......
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