Class AggregateVertexMetric<U>

java.lang.Object
es.uam.eps.ir.relison.sna.metrics.graph.aggregate.AggregateVertexMetric<U>
Type Parameters:
U - type of the users.
All Implemented Interfaces:
GraphMetric<U>

public class AggregateVertexMetric<U>
extends java.lang.Object
implements GraphMetric<U>
Graph metric computed as the aggregation of an vertex metric over the nodes in the network.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private VertexMetric<U> vertexMetric
    Vertex metric.
  • Constructor Summary

    Constructors 
    Constructor Description
    AggregateVertexMetric​(VertexMetric<U> vertexMetric)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    double compute​(Graph<U> graph)
    Computes the value.

    Methods inherited from class java.lang.Object

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