Commit 6ac69d0c authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Louvain parameter

parent 3c365a26
Pipeline #1399 failed with stage
......@@ -77,13 +77,13 @@ cooc2graph distance threshold myCooc = do
where
(as, bs) = List.unzip $ Map.keys distanceMap
n' = Set.size $ Set.fromList $ as <> bs
ClustersParams rivers level = clustersParams nodesApprox
ClustersParams rivers _level = clustersParams nodesApprox
partitions <- if (Map.size distanceMap > 0)
-- then iLouvainMap 100 10 distanceMap
-- then hLouvain distanceMap
then cLouvain level distanceMap
then cLouvain "1" distanceMap
else panic "Text.Flow: DistanceMap is empty"
let
......
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