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
8bb4ade8
Commit
8bb4ade8
authored
May 22, 2025
by
Grégoire Locqueville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work with updated IGraph library
parent
a08ceed7
Pipeline
#7600
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
IGraph.hs
gargantext-graph-core/src/Graph/IGraph.hs
+2
-3
No files found.
gargantext-graph-core/src/Graph/IGraph.hs
View file @
8bb4ade8
...
...
@@ -55,9 +55,8 @@ type Seed = Int
-- | Tools to analyze graphs
clusteringWith_spinGlass
::
(
Serialize
v
,
Serialize
e
)
=>
Seed
->
IG
.
Graph
'U
v
e
->
IO
[[
Int
]]
clusteringWith_spinGlass
s
g
=
do
gen
<-
IG
.
withSeed
s
pure
IG
.
findCommunity
g
Nothing
Nothing
IG
.
spinglass
gen
clusteringWith_spinGlass
seed
graph
=
IG
.
withSeed
seed
$
\
gen
->
do
IG
.
findCommunity
graph
Nothing
Nothing
IG
.
spinglass
gen
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