MVN

io.github.ir-uam : RELISON

Maven & Gradle

Nov 11, 2022
5 stars

RELISON: A framework for REcommending LInks in SOcial Networks · 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.

<dependency>
    <groupId>io.github.ir-uam</groupId>
    <artifactId>RELISON</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ir-uam : RELISON to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.ir-uam : RELISON to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
RELISON-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.ir-uam</groupId>
    <artifactId>RELISON</artifactId>
    <version>1.0.0</version>
</dependency>