Interface GlobalSimulationMetric<U extends java.io.Serializable,​I extends java.io.Serializable,​F>

Type Parameters:
U - Type of the users.
I - Type of the information pieces.
F - Type of the features.
All Superinterfaces:
SimulationMetric<U,​I,​F>
All Known Implementing Classes:
AbstractExternalFeatureGlobalSimulationMetric, AbstractFeatureGlobalKLDivergence, AbstractFeatureGlobalSimulationMetric, AbstractGlobalSimulationMetric, CreatorGlobalEntropy, CreatorGlobalGiniComplement, ExternalFeatureGlobalGiniComplement, ExternalFeatureGlobalRate, FeatureGlobalEntropy, FeatureGlobalGiniComplement, FeatureGlobalKLDivergence, FeatureGlobalKLDivergenceInverse, FeatureGlobalUserEntropy, FeatureGlobalUserGiniComplement, InformationPieceGiniComplement, RealPropagatedGlobalRecall, Speed, UserFeatureCount, UserFeatureGiniComplement

public interface GlobalSimulationMetric<U extends java.io.Serializable,​I extends java.io.Serializable,​F>
extends SimulationMetric<U,​I,​F>
Interface for the different global metrics (applied over the whole set of users) to apply over the simulation.