All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rortega.cf4j-recsys.1.1.0.source-code.TestUsersPartible Maven / Gradle / Ivy

Go to download

A Java's Collaborative Filtering library to carry out experiments in research of Collaborative Filtering based Recommender Systems. The library has been designed from researchers to researchers.

The newest version!
package cf4j;

/**
 * 

This interface must be implemented if you want to process a Partible over * the test users set.

* @see Partible * @author Fernando Ortega */ public interface TestUsersPartible extends Partible { /** * Is execute once for each test user. * @param testUserIndex Index of the test user. */ public void run (int testUserIndex); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy