Benchmark to study partitioning problems on signed graphs
- Copyright 2017-18 Vincent Labatut
SignedBenchmark
is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. For source availability and license information see licence.txt
- Lab site: http://lia.univ-avignon.fr/
- GitHub repo: https://github.com/CompNet/SignedBenchmark
- Contact: Vincent Labatut vincent.labatut@univ-avignon.fr
This set of R
scripts was designed to randomly generate signed graphs possessing some form of community structure, in order to assess partitioning algorithms.
If you use this software, please cite the following article:
@Article{Arinik2020a,
author = {Arınık, Nejat and Figueiredo, Rosa and Labatut, Vincent},
title = {Multiplicity and Diversity: Analyzing the Optimal Solution Space of the Correlation Clustering Problem on Complete Signed Graphs},
journal = {Journal of Complex Networks},
year = {2020},
volume = {8},
number = {6},
pages = {cnaa025},
doi = {10.1093/comnet/cnaa025},
}
Here are the folders composing the project:
- Folder
src
: contains the source code (R scripts). - Folder
out
: contains the files produced by our scripts.
- Install the
R
language - Install the following R packages:
- Download this project from GitHub and unzip the archive.
In order to replicate the experiments from the article, perform the following operations:
- Open the
R
console. - Set the current projetct directory as the working directory, using
setwd("my/path/to/the/project/SignedBenchmark")
. - Run
src/main.R