jcastro-inf / delfos

delfos: DEveLopers' Framework of Suggestions is a recommender systems library that has a number of recommendation algorithms, datasets, experimentation protocols and metrics to perform experiments to evaluate and compare recommendation techniques.
2 stars 1 forks source link

delfos

Build Status Windows build status

Download the library and execute ./build-install.sh to compile the project.

If you want to use the library in your maven project you can add it as a dependency :

Step 1. Add the JitPack repository to your build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency

<dependency>
    <groupId>com.github.jcastro-inf.delfos</groupId>
    <artifactId>delfos</artifactId>
    <version>version-1.0.20180108</version>
</dependency>

see https://jitpack.io/#jcastro-inf/delfos/master-SNAPSHOT

For more information, visit the wiki at https://github.com/jcastro-inf/delfos/wiki