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
77fac56c
Commit
77fac56c
authored
Mar 03, 2025
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move README.md
parent
ca38bc8f
Pipeline
#7386
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
48 deletions
+56
-48
README.md
README.md
+6
-48
README.md
gargantext-graph-core/README.md
+50
-0
No files found.
README.md
View file @
77fac56c
# gargantext-graph librar
y
# gargantext-graph librar
ies
This lib gathers tools for graph management used in GarganText Project:
Functional Graph Library, Igraph bindings and new graph algorithms.
This repository is composed by a toolkit of different libraries:
## Installation
First install
[
stack
](
https://docs.haskellstack.org/en/stable/install_and_upgrade/
)
```
bash
curl
-sSL
https://get.haskellstack.org/ | sh
```
For Debian like GNU/Linux OS, install dependencies
```
bash
sudo
apt update
&&
sudo
apt
install
libblas-dev liblapack-dev
```
Then build and install:
```
stack install
```
## New Graph Clustering
You can run the clusterings used for the new Graph Clustering :
```
./run data/snap/amazon/com-amazon.ungraph.txt
```
Computed results :
-
times.md gathers all runs with its computing time (for amazon and dblp graphs for now)
-
Then you can get the results
-
Summary of results for a beta of 0.0 :
-
com-amazon.ungraph.txt_0.0_gc.txt
-
Clustering result
-
com-amazon.ungraph.txt_1.0_gc.clusters.txt
## Files for the clustering tests/examples
-
https://dl.gargantext.org/actor-movie.csv.bz2
-
https://dl.gargantext.org/com-amazon.all.dedup.cmty.txt.bz2
-
https://dl.gargantext.org/com-amazon.ungraph.txt.bz2
-
https://dl.gargantext.org/com-dblp.ungraph.txt.bz2
### Results
-
https://dl.gargantext.org/com-amazon.ungraph.txt_0.0_gc.clusters.txt
-
https://dl.gargantext.org/com-amazon.ungraph.txt_1.0_gc.clusters.txt
*
`gargantext-graph-core`
(formerly just
`gargantext-graph`
), it contains the Haskell code for
graph algorithms in use in Gargantext;
*
`gargantext-graph-accelerate`
, it contains
`accelerate`
utilities, for general graph use;
*
`gargantext-graph-eigen`
, it contains
`eigen`
utilities, for general graph use;
gargantext-graph-core/README.md
0 → 100644
View file @
77fac56c
# gargantext-graph library
This lib gathers tools for graph management used in GarganText Project:
Functional Graph Library, Igraph bindings and new graph algorithms.
## Installation
First install
[
stack
](
https://docs.haskellstack.org/en/stable/install_and_upgrade/
)
```
bash
curl
-sSL
https://get.haskellstack.org/ | sh
```
For Debian like GNU/Linux OS, install dependencies
```
bash
sudo
apt update
&&
sudo
apt
install
libblas-dev liblapack-dev
```
Then build and install:
```
stack install
```
## New Graph Clustering
You can run the clusterings used for the new Graph Clustering :
```
./run data/snap/amazon/com-amazon.ungraph.txt
```
Computed results :
-
times.md gathers all runs with its computing time (for amazon and dblp graphs for now)
-
Then you can get the results
-
Summary of results for a beta of 0.0 :
-
com-amazon.ungraph.txt_0.0_gc.txt
-
Clustering result
-
com-amazon.ungraph.txt_1.0_gc.clusters.txt
## Files for the clustering tests/examples
-
https://dl.gargantext.org/actor-movie.csv.bz2
-
https://dl.gargantext.org/com-amazon.all.dedup.cmty.txt.bz2
-
https://dl.gargantext.org/com-amazon.ungraph.txt.bz2
-
https://dl.gargantext.org/com-dblp.ungraph.txt.bz2
### Results
-
https://dl.gargantext.org/com-amazon.ungraph.txt_0.0_gc.clusters.txt
-
https://dl.gargantext.org/com-amazon.ungraph.txt_1.0_gc.clusters.txt
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