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

Propagation metrics.
  • Interface Summary 
    Interface Description
    GlobalSimulationMetric<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Interface for the different global metrics (applied over the whole set of users) to apply over the simulation.
    IndividualSimulationMetric<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Interface for the different individual metrics (can be applied over individual users) to apply over the simulation.
    SimulationMetric<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Interface for the different metrics to apply over the simulation.
  • Class Summary 
    Class Description
    AbstractGlobalSimulationMetric<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Abstract class for representing global simulation metrics.
    AbstractIndividualSimulationMetric<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
    Abstract class for representing global simulation metrics.