Commit 0322ffc8 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] fix comments for haddock documentation

parent 9dbb197d
Pipeline #2227 failed with stage
in 10 minutes and 30 seconds
...@@ -71,9 +71,10 @@ cooc2graph' distance threshold myCooc ...@@ -71,9 +71,10 @@ cooc2graph' distance threshold myCooc
myCooc' = toIndex ti myCooc myCooc' = toIndex ti myCooc
data PartitionMethod = Louvain | Spinglass -- | Bac data PartitionMethod = Louvain | Spinglass
-- TODO Bac
-- | coocurrences graph computation -- coocurrences graph computation
cooc2graphWith :: PartitionMethod cooc2graphWith :: PartitionMethod
-> Distance -> Distance
-> Threshold -> Threshold
...@@ -167,10 +168,10 @@ doDistanceMap Conditional _threshold myCooc = (distanceMap, toIndex ti myCooc', ...@@ -167,10 +168,10 @@ doDistanceMap Conditional _threshold myCooc = (distanceMap, toIndex ti myCooc',
distanceMap = toIndex ti distanceMap = toIndex ti
$ Map.fromList $ Map.fromList
-- $ List.take links -- List.take links
-- $ List.sortOn snd -- List.sortOn snd
$ HashMap.toList $ HashMap.toList
-- $ HashMap.filter (> threshold) -- HashMap.filter (> threshold)
$ conditional myCooc $ conditional myCooc
......
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