Class DegreeAssortativity<U>
java.lang.Object
es.uam.eps.ir.relison.sna.metrics.graph.Assortativity<U>
es.uam.eps.ir.relison.sna.metrics.graph.DegreeAssortativity<U>
- Type Parameters:
 U- Type of the users.
- All Implemented Interfaces:
 GraphMetric<U>
public class DegreeAssortativity<U> extends Assortativity<U>
Class for computing the degree assortativity in a graph.
 
Reference: M.E.J. Newman. Assortative mixing in networks. Physical Review Letters 89(20), 208701 (2002)
- 
Constructor Summary
Constructors Constructor Description DegreeAssortativity(EdgeOrientation dir)Constructor. - 
Method Summary
 
- 
Constructor Details
- 
DegreeAssortativity
Constructor.- Parameters:
 dir- the degree to take in the comparison.
 
 -