Package es.uam.eps.ir.relison.grid.diffusion.metrics.features.global

Classes and interfaces for configuration files for global metrics for information propagation simulations based on the user / information pieces features.
See Also:
es.uam.eps.ir.relison.diffusion.metrics.features
  • Class Summary 
    Class Description
    ExternalFeatureGlobalGiniConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the complement of the Gini coefficient over those features unknown by the users.
    ExternalFeatureGlobalRateConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the proportion of the received features unknown to the users (globally)
    FeatureGlobalEntropyConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the proportion of the received features unknown to the users.
    FeatureGlobalGiniComplementConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the Gini complement over the features which have been received by the users.
    FeatureGlobalKLDivergenceConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the KL divergence over the features which have been received by the users.
    FeatureGlobalUserEntropyConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the entropy over the different features, where, for each feature, we measure the number of users who have received it.
    FeatureGlobalUserGiniComplementConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the complement of the Gini coefficient over the different features, where, for each feature, we measure the number of users who have received it.
    UserFeatureCountConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the number of different (user, feature) pairs.
    UserFeatureGiniComplementConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Interface for the complement of the Gini coefficient over the distribution of (user, feature) pairs.