Class RealPropagatedIndividualRecallConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.metrics.informationpieces.RealPropagatedIndividualRecallConfigurator<U,I,F>
- Type Parameters:
U
- type of the users.I
- type of the information pieces.F
- type of the user / information features.
- All Implemented Interfaces:
MetricConfigurator<U,I,F>
public class RealPropagatedIndividualRecallConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements MetricConfigurator<U,I,F>
Configures a metric that measures the fraction of the pieces propagated in a real process which
have been received (individually for each user).
- See Also:
RealPropagatedRecall
-
Constructor Summary
Constructors Constructor Description RealPropagatedIndividualRecallConfigurator()
-
Method Summary
Modifier and Type Method Description SimulationMetric<U,I,F>
configure(Parameters params)
Configures a information propagation metric.
-
Constructor Details
-
RealPropagatedIndividualRecallConfigurator
public RealPropagatedIndividualRecallConfigurator()
-
-
Method Details
-
configure
Description copied from interface:MetricConfigurator
Configures a information propagation metric.- Specified by:
configure
in interfaceMetricConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
params
- the parameters of the metric.- Returns:
- the diffusion metric.
-