de.cesr.more.measures.network.supply.algos
Class MClusteringCoefficientR

java.lang.Object
  extended by de.cesr.more.measures.MAbstractMeasureSupplier
      extended by de.cesr.more.measures.network.supply.algos.MClusteringCoefficientR
All Implemented Interfaces:
MoreMeasureSupplier

public class MClusteringCoefficientR
extends MAbstractMeasureSupplier

MORe NOTE: Enable Info-Logging for this class to inspect R console messages!

Date:
Nov 26, 2010

Field Summary
 
Fields inherited from class de.cesr.more.measures.MAbstractMeasureSupplier
categories, measures, suppliers
 
Constructor Summary
MClusteringCoefficientR()
           
 
Method Summary
static
<V,E extends MoreEdge<? super V>>
double
getClusteringCoefficientOverallR(Graph<V,E> graph)
           
 
Methods inherited from class de.cesr.more.measures.MAbstractMeasureSupplier
addMeasureSupplier, equals, findMeasure, getCategories, getMeasureDescriptions, hashCode, removeMeasureSupplier
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MClusteringCoefficientR

public MClusteringCoefficientR()
Method Detail

getClusteringCoefficientOverallR

public static <V,E extends MoreEdge<? super V>> double getClusteringCoefficientOverallR(Graph<V,E> graph)