R

RELISON

RELISON is a framework for experimentation on the link recommendation task in social networks, which aims to identify those people in the network with whom a user might be interested to connect, interact or befriend. RELISON provides tools for executing and evaluating contact recommendation approaches, considering not only their accuracy, but also aspects like their novelty, diversity and the effects that such recommendations have on global properties of the networks (as changes in the structural properties or in the characteristics of the information arriving to the users). In order to measure these effects, RELISON also provides functionality for a) analyzing the structural properties of social networks, b) detecting clusters of users (communities) and c) simulating the diffusion of information in a social network. These functionalities can be used regardless of whether recommendations have been provided to the users.
https://ir-uam.github.io/RELISON/
Mozilla Public License Version 2.0
Javier Sanz-Cruzado Pablo Castells
Files download
File Operation
RELISON-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.ir-uam</groupId>
  <artifactId>RELISON</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.ir-uam:RELISON:1.0.0'
Gradle Kotlin
implementation("io.github.ir-uam:RELISON:1.0.0")
Scala SBT
libraryDependencies += "io.github.ir-uam" % "RELISON" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ir-uam', module='RELISON', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.ir-uam" name="RELISON" rev="1.0.0" />
Leiningen
[io.github.ir-uam/RELISON "1.0.0"]
Apache Buildr
'io.github.ir-uam:RELISON:jar:1.0.0'
Dependencies
The project has no third-party dependencies