Class FeatureRecallConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.metrics.features.indiv.FeatureRecallConfigurator<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 FeatureRecallConfigurator<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 features that a user has discovered.
- See Also:
- FeatureRecall
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description FeatureRecallConfigurator()
- 
Method SummaryModifier and Type Method Description SimulationMetric<U,I,F>configure(Parameters params)Configures a information propagation metric.
- 
Field Details- 
FEATUREprivate static final java.lang.String FEATUREIdentifier for the feature name- See Also:
- Constant Field Values
 
- 
USERFEATprivate static final java.lang.String USERFEATIdentifier for the parameter which identifies if the studied feature is an user or an information piece feature.- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
FeatureRecallConfiguratorpublic FeatureRecallConfigurator()
 
- 
- 
Method Details- 
configureDescription copied from interface:MetricConfiguratorConfigures a information propagation metric.- Specified by:
- configurein interface- MetricConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
- params- the parameters of the metric.
- Returns:
- the diffusion metric.
 
 
-