org.gephi.statistics.plugin
Class ClusteringCoefficient
java.lang.Object
org.gephi.statistics.plugin.ClusteringCoefficient
- All Implemented Interfaces:
- Statistics, LongTask
public class ClusteringCoefficient
- extends java.lang.Object
- implements Statistics, LongTask
- Author:
- Patrick J. McSweeney
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLUSTERING_COEFF
public static final java.lang.String CLUSTERING_COEFF
- See Also:
- Constant Field Values
ClusteringCoefficient
public ClusteringCoefficient()
getAverageClusteringCoefficient
public double getAverageClusteringCoefficient()
execute
public void execute(GraphModel graphModel,
AttributeModel attributeModel)
- Description copied from interface:
Statistics
- Executes the statistics algorithm.
It is preferable to work on visible graphs, to be synchronized with the
visualization.
- Specified by:
execute
in interface Statistics
- Parameters:
graphModel
- The graph topologyattributeModel
- The elements attributes, and where to write table results
execute
public void execute(Graph graph,
AttributeModel attributeModel)
closest_in_array
public int closest_in_array(int v)
- Parameters:
v
-
- Returns:
newVertex
public void newVertex(int v)
- Parameters:
v
- - The specific node to count the triangles on.
tr_link_nohigh
public void tr_link_nohigh(int u,
int v,
int count)
- Parameters:
u
- v
-
triangles
public void triangles(Graph graph,
AttributeModel attributeModel)
getReport
public java.lang.String getReport()
- Description copied from interface:
Statistics
- Returns an HTML string that displays the statistics result. Can contains
complex HTML snippets and images.
- Specified by:
getReport
in interface Statistics
- Returns:
- An HTML string that displays the results for this Statistics
setDirected
public void setDirected(boolean pDirected)
isDirected
public boolean isDirected()
cancel
public boolean cancel()
- Description copied from interface:
LongTask
- Cancel the task. Returns
true
if the task has been sucessfully cancelled, false
otherwise.
- Specified by:
cancel
in interface LongTask
- Returns:
true
if the task has been sucessfully cancelled, false
otherwise
setProgressTicket
public void setProgressTicket(ProgressTicket ProgressTicket)
- Description copied from interface:
LongTask
- Set the progress ticket for the long task. Can't be null.
- Specified by:
setProgressTicket
in interface LongTask
- Parameters:
ProgressTicket
- the progress ticket for this task