Scilab Function
Last update : 5/9/2006

cluster - calculate the cluster coefficient

Calling Sequence

[averc,c] = cluster(t)

Parameters

Description

cluster return the cluster coefficient of the given node and the average clustering coefficient of the whole graph.

Examples

	  [a b]=ba(6,4,9994);
	  t=tran(a,b,10000);
	  [averc c]=cluster(t);  
  

See Also

tran ,  

Authors

Wubo