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.
-
Constructor Summary
Constructors Constructor Description DegreePearsonCorrelation(EdgeOrientation uSel, EdgeOrientation vSel)
Constructor. -
Method Summary
-
Constructor Details
-
DegreePearsonCorrelation
Constructor.- Parameters:
uSel
- Degree selection for the origin node.vSel
- Degree selection for the destination node.
-