Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-graph
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-graph
Commits
e7c1851c
Commit
e7c1851c
authored
May 26, 2025
by
Grégoire Locqueville
Committed by
Grégoire Locqueville
May 26, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply suggestion to gargantext-graph-core/src/Graph/IGraph.hs
parent
8bb4ade8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
IGraph.hs
gargantext-graph-core/src/Graph/IGraph.hs
+2
-2
No files found.
gargantext-graph-core/src/Graph/IGraph.hs
View file @
e7c1851c
...
@@ -55,8 +55,8 @@ type Seed = Int
...
@@ -55,8 +55,8 @@ type Seed = Int
-- | Tools to analyze graphs
-- | Tools to analyze graphs
clusteringWith_spinGlass
::
(
Serialize
v
,
Serialize
e
)
clusteringWith_spinGlass
::
(
Serialize
v
,
Serialize
e
)
=>
Seed
->
IG
.
Graph
'U
v
e
->
IO
[[
Int
]]
=>
Seed
->
IG
.
Graph
'U
v
e
->
IO
[[
Int
]]
clusteringWith_spinGlass
seed
graph
=
IG
.
withSeed
seed
$
\
gen
->
do
clusteringWith_spinGlass
seed
graph
=
IG
.
withSeed
seed
$
IG
.
findCommunity
graph
Nothing
Nothing
IG
.
spinglass
gen
IG
.
findCommunity
graph
Nothing
Nothing
IG
.
spinglass
maximalCliques
::
IG
.
Graph
d
v
e
->
[[
Int
]]
maximalCliques
::
IG
.
Graph
d
v
e
->
[[
Int
]]
...
...
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