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

    Fields 
    Modifier and Type Field Description
    private static java.lang.String INFOFEAT
    Identifier for the selected information pieces feature
    private static java.lang.String USERFEAT
    Identifier for the selected user feature.
  • 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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait