Commit 63357a3a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Order 1 edges filter

parent 303c8212
Pipeline #3021 failed with stage
in 53 minutes and 35 seconds
......@@ -175,6 +175,7 @@ doDistanceMap Conditional threshold myCooc = (distanceMap, toIndex ti myCooc', t
distanceMap = toIndex ti
$ Map.fromList
$ List.take links
$ List.reverse
$ List.sortOn snd
$ HashMap.toList
$ HashMap.filter (> threshold)
......
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