Class MixedParamDistributionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.metrics.distributions.MixedParamDistributionConfigurator<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:
DistributionConfigurator<U,I,F>
public class MixedParamDistributionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements DistributionConfigurator<U,I,F>
Class for configuring a distribution of two mixed parameters (one from information pieces,
and other from users).
- See Also:
MixedFeatureDistribution
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MixedParamDistributionConfigurator()
-
Method Summary
Modifier and Type Method Description Distribution<U,I,F>
configure(Parameters params)
Configures a information propagation distribution.
-
Field Details
-
USERFEAT
private static final java.lang.String USERFEATIdentifier for the selected user feature.- See Also:
- Constant Field Values
-
INFOFEAT
private static final java.lang.String INFOFEATIdentifier for the selected information pieces feature- See Also:
- Constant Field Values
-
-
Constructor Details
-
MixedParamDistributionConfigurator
public MixedParamDistributionConfigurator()
-
-
Method Details
-
configure
Description copied from interface:DistributionConfigurator
Configures a information propagation distribution.- Specified by:
configure
in interfaceDistributionConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
- Parameters:
params
- the parameters of the distribution.- Returns:
- the distribution
-