Class RecommMetricIdentifiers

java.lang.Object
es.uam.eps.ir.relison.grid.links.recommendation.metrics.RecommMetricIdentifiers

public class RecommMetricIdentifiers
extends java.lang.Object
Identifiers for the different contact recommendation metrics available in the library.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String CRECALL
    Identifier for the community recall.
    static java.lang.String ERRIA
    Identifier for the ERR-IA metric
    static java.lang.String ILD
    Identifier for the intra-list distance metric (ILD)
    static java.lang.String LTN
    Identifier for the long-tail novelty metric (LTN)
    static java.lang.String MAP
    Identifier for the mean average precision metric (MAP)
    static java.lang.String MPD
    Identifier for the mean prediction distance.
    static java.lang.String NDCG
    Identifier for the nDCG metric.
    static java.lang.String P
    Identifier for the precision metric.
    static java.lang.String PGC
    Identifier for the predicted Gini complement.
    static java.lang.String R
    Identifier for the recall metric.
    static java.lang.String UNEXP
    Identifier for the unexpectedness metric.
  • Constructor Summary

    Constructors 
    Constructor Description
    RecommMetricIdentifiers()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait