Commit 1f9f3f09 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] Types for Phylo.

parent 02da3a03
......@@ -37,6 +37,10 @@ import Gargantext.Prelude
import Gargantext.Viz.Phylo
import Gargantext.Viz.Phylo.Example
-- | Some types to help reading
type Clique = Set Ngrams
type Support = Int
type MinSize = Int
-- | Building a phylo
-- (Indicative and schematic function)
......@@ -70,10 +74,6 @@ filterCliques s ms = maximalCliques
. Map.keys
. filterWithSupport s
type Clique = Set Ngrams
type Support = Int
type MinSize = Int
-- | Hapaxify / Threshold
-- hapax s = 1
-- ?
......
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