Class AggregateIndividualCommMetric<U>

java.lang.Object
es.uam.eps.ir.relison.sna.metrics.communities.graph.AggregateIndividualCommMetric<U>
Type Parameters:
U - Type of the users.
All Implemented Interfaces:
CommunityMetric<U>

public class AggregateIndividualCommMetric<U>
extends java.lang.Object
implements CommunityMetric<U>
Aggregate individual community metric.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private IndividualCommunityMetric<U> indivMetric
    Individual community metric.
  • Constructor Summary

    Constructors 
    Constructor Description
    AggregateIndividualCommMetric​(IndividualCommunityMetric<U> indivMetric)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    double compute​(Graph<U> graph, Communities<U> comm)
    Computes the value of the metric in the graph.

    Methods inherited from class java.lang.Object

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