DOC

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.

Table Of Contents

Latest Version

Download io.github.ir-uam : RELISON Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.ir-uam : RELISON Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file RELISON-1.0.0-javadoc.jar to RELISON-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder RELISON-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "RELISON-1.0.0-sources.jar" -d "RELISON-1.0.0-javadoc" -subpackages