Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Przemyslaw Kaminski
haskell-gargantext
Commits
e4f4b071
Commit
e4f4b071
authored
Oct 25, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Org] Gargantext.Core.Methods
parent
0f6c2e5b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
Proxemy.hs
src/Gargantext/Core/Methods/Graph/BAC/Proxemy.hs
+1
-1
Louvain.hs
src/Gargantext/Core/Methods/Graph/Louvain.hs
+1
-1
Bridgeness.hs
src/Gargantext/Core/Viz/Graph/Bridgeness.hs
+1
-2
MaxClique.hs
src/Gargantext/Core/Viz/Graph/MaxClique.hs
+3
-2
Tools.hs
src/Gargantext/Core/Viz/Graph/Tools.hs
+1
-1
No files found.
src/Gargantext/Core/
Viz/Graph
/Proxemy.hs
→
src/Gargantext/Core/
Methods/Graph/BAC
/Proxemy.hs
View file @
e4f4b071
...
@@ -14,7 +14,7 @@ Références:
...
@@ -14,7 +14,7 @@ Références:
-}
-}
module
Gargantext.Core.
Viz.Graph
.Proxemy
module
Gargantext.Core.
Methods.Graph.BAC
.Proxemy
where
where
--import Debug.SimpleReflect
--import Debug.SimpleReflect
...
...
src/Gargantext/Core/
Viz
/Graph/Louvain.hs
→
src/Gargantext/Core/
Methods
/Graph/Louvain.hs
View file @
e4f4b071
...
@@ -10,7 +10,7 @@ Portability : POSIX
...
@@ -10,7 +10,7 @@ Portability : POSIX
-}
-}
module
Gargantext.Core.
Viz
.Graph.Louvain
module
Gargantext.Core.
Methods
.Graph.Louvain
where
where
import
Gargantext.Prelude
import
Gargantext.Prelude
...
...
src/Gargantext/Core/Viz/Graph/Bridgeness.hs
View file @
e4f4b071
...
@@ -26,12 +26,11 @@ import qualified Data.Map as DM
...
@@ -26,12 +26,11 @@ import qualified Data.Map as DM
import
Data.Maybe
(
catMaybes
)
import
Data.Maybe
(
catMaybes
)
import
Data.List
(
concat
,
sortOn
)
import
Data.List
(
concat
,
sortOn
)
import
Data.Graph.Clustering.Louvain.Utils
(
LouvainNode
(
..
))
import
Data.Graph.Clustering.Louvain.Utils
(
LouvainNode
(
..
))
import
Gargantext.Core.
Viz
.Graph.Louvain
(
LouvainNodeId
,
CommunityId
,
nodeId2comId
)
import
Gargantext.Core.
Methods
.Graph.Louvain
(
LouvainNodeId
,
CommunityId
,
nodeId2comId
)
type
Bridgeness
=
Double
type
Bridgeness
=
Double
bridgeness
::
Bridgeness
bridgeness
::
Bridgeness
->
[
LouvainNode
]
->
[
LouvainNode
]
->
Map
(
LouvainNodeId
,
LouvainNodeId
)
Double
->
Map
(
LouvainNodeId
,
LouvainNodeId
)
Double
...
...
src/Gargantext/Core/Viz/Graph/MaxClique.hs
View file @
e4f4b071
...
@@ -6,8 +6,9 @@ Maintainer : team@gargantext.org
...
@@ -6,8 +6,9 @@ Maintainer : team@gargantext.org
Stability : experimental
Stability : experimental
Portability : POSIX
Portability : POSIX
- First written by Bruno Gaume in Python (see below for details)
- Result of Pyremiel 2019
- Then written by Alexandre Delanoë in Haskell (see below for details)
- First written by Bruno Gaume in Python (see below for details)
- Then written by Alexandre Delanoë in Haskell (see below for details)
# By Bruno Gaume:
# By Bruno Gaume:
def fast_maximal_cliques(g):
def fast_maximal_cliques(g):
...
...
src/Gargantext/Core/Viz/Graph/Tools.hs
View file @
e4f4b071
...
@@ -27,7 +27,7 @@ import Gargantext.Core.Viz.Graph.Bridgeness (bridgeness)
...
@@ -27,7 +27,7 @@ import Gargantext.Core.Viz.Graph.Bridgeness (bridgeness)
import
Gargantext.Core.Viz.Graph.Distances
(
Distance
(
..
),
measure
)
import
Gargantext.Core.Viz.Graph.Distances
(
Distance
(
..
),
measure
)
import
Gargantext.Core.Viz.Graph.Index
(
createIndices
,
toIndex
,
map2mat
,
mat2map
,
Index
)
import
Gargantext.Core.Viz.Graph.Index
(
createIndices
,
toIndex
,
map2mat
,
mat2map
,
Index
)
import
Gargantext.Core.Viz.Graph.IGraph
(
mkGraphUfromEdges
)
import
Gargantext.Core.Viz.Graph.IGraph
(
mkGraphUfromEdges
)
import
Gargantext.Core.
Viz.Graph
.Proxemy
(
confluence
)
import
Gargantext.Core.
Methods.Graph.BAC
.Proxemy
(
confluence
)
import
GHC.Float
(
sin
,
cos
)
import
GHC.Float
(
sin
,
cos
)
import
qualified
IGraph
as
Igraph
import
qualified
IGraph
as
Igraph
import
IGraph.Random
-- (Gen(..))
import
IGraph.Random
-- (Gen(..))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment