Package es.uam.eps.ir.relison.grid.diffusion.metrics.creator

Classes and interfaces for configuration files for metrics for information propagation simulations based on the content creators.
See Also:
es.uam.eps.ir.relison.diffusion.metrics.creator
  • Class Summary 
    Class Description
    CreatorGlobalEntropyConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the entropy over the set of creators whose information has been received by each user in the network.
    CreatorGlobalGiniComplementConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the complement of the Gini coefficient over the set of creators whose information has been received by each user in the network.
    CreatorIndividualEntropyConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the entropy over the set of creators whose information has been received by each user in the network.
    CreatorIndividualGiniComplementConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that, for each user in the network, obtains the number of times that has that measures the complement of the Gini coefficient over the set of creators whose information has been received by each user in the network.
    CreatorRecallConfigurator<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Configures a metric that measures the fraction of people discovered by each user in the network.