Uses of Class
es.upm.etsisi.cf4j.qualityMeasure.QualityMeasure
-
Packages that use QualityMeasure Package Description es.upm.etsisi.cf4j.qualityMeasure.prediction Contains the implementation of different quality measures oriented to predictions.es.upm.etsisi.cf4j.qualityMeasure.recommendation Contains the implementation of different quality measures oriented to recommendations. -
-
Uses of QualityMeasure in es.upm.etsisi.cf4j.qualityMeasure.prediction
Subclasses of QualityMeasure in es.upm.etsisi.cf4j.qualityMeasure.prediction Modifier and Type Class Description classCoverageThis class calculates the Coverage of the recommender system.classMAEThis class calculates the Mean Absolute Error (MAE) between the predictions and the test ratings.classMaxThis class calculates the averaged maximum prediction absolute error in a the prediction of a test rating for each test user.classMSEThis class calculates the Mean Squared Error (MSE) between the predictions and the test ratings.classMSLEThis class calculates the Mean Squared Logarithmic Error (MSLE) between the predictions and the test ratings.classPerfectThis class calculates the percentage of perfect predictions.classR2This class calculates the the coefficient of determination, usually denoted as R2, of the predictions performed by a recommender.classRMSEThis class calculates the Root Mean Squared Error (RMSE) between the predictions and the test ratings. -
Uses of QualityMeasure in es.upm.etsisi.cf4j.qualityMeasure.recommendation
Subclasses of QualityMeasure in es.upm.etsisi.cf4j.qualityMeasure.recommendation Modifier and Type Class Description classDiscoveryThis class the averaged novelty of the recomendations.classDiversityThis class the averaged diversity of the recomendations.classF1This class calculates the F1 score of the recommender system.classNDCGThis class calculates the Normalized Discounted Cumulative Gain (nDCG) of the recommendations performed by a Recommender.classNoveltyThis class the averaged novelty of the recomendations.classPrecisionThis class calculates the precision of the recommendations performed by a Recommender.classRecallThis class calculates the recall of the recommendations performed by a Recommender.
-