Class DegreePearsonCorrelation<U>

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

public class DegreePearsonCorrelation<U>
extends PearsonCorrelation<U>
Computes the degree Pearson correlation for the links in a graph.