Class MetricIdentifiers

java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.metrics.MetricIdentifiers

public class MetricIdentifiers
extends java.lang.Object
The list of identifiers for the information diffusion metrics available.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String ENTROPY
    Identifier for the feature Entropy metric.
    static java.lang.String EXTGINI
    Identifier for the individual external feature Gini complement metric.
    static java.lang.String EXTRATE
    Identifier for the individual external feature rate metric.
    static java.lang.String EXTRECALL
    Identifier for the external feature recall metric.
    static java.lang.String GINI
    Identifier for the individual feature Gini complement metric.
    static java.lang.String GLOBALENTROPY
    Identifier for the global feature Entropy metric.
    static java.lang.String GLOBALEXTGINI
    Identifier for the global external feature Gini complement metric.
    static java.lang.String GLOBALEXTRATE
    Identifier for the global external feature rate metric.
    static java.lang.String GLOBALGINI
    Identifier for the global feature Gini complement metric.
    static java.lang.String GLOBALKLD
    Identifier for the global feature KL divergence metric.
    static java.lang.String GLOBALREALPROPRECALL
    Identifier for the global real propagated recall metric.
    static java.lang.String GLOBALUSERENTROPY
    Identifier for the global feature user Entropy metric.
    static java.lang.String GLOBALUSERGINI
    Identifier for the global feature user Gini complement.
    static java.lang.String INFOGINI
    Identifier for the information Gini complement.
    static java.lang.String KLD
    Identifier for the individual feature KL divergence metric.
    static java.lang.String REALPROPRECALL
    Identifier for the individual real propagated recall metric.
    static java.lang.String RECALL
    Identifier for the feature recall metric.
    static java.lang.String SPEED
    Identifier for the speed metric.
    static java.lang.String USERFEATURECOUNT
    Identifier for the user-feature count metric.
    static java.lang.String USERFEATUREGINI
    Identifier for the user-feature Gini complement metric.
    static java.lang.String USERGLOBALENTROPY
    Identifier for the global creator entropy metric.
    static java.lang.String USERGLOBALGINI
    Identifier for the global creator Gini complement metric.
    static java.lang.String USERINDIVENTROPY
    Identifier for the individual creator entropy metric.
    static java.lang.String USERINDIVGINI
    Identifier for the individual creator Gini complement metric.
    static java.lang.String USERRECALL
    Identifier for the creator recall metric.
    static java.lang.String USERSPEED
    Identifier for the user speed (information piece count) metric.
  • Constructor Summary

    Constructors 
    Constructor Description
    MetricIdentifiers()  
  • Method Summary

    Modifier and Type Method Description
    static void printMetricList()
    Prints the list of available metrics

    Methods inherited from class java.lang.Object

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