Optional
directedA boolean indicating whether the directed indegree and outdegree centrality is calculated (true) or whether the undirected centrality is calculated (false, default).
Optional
harmonicA boolean indicating whether the algorithm calculates the harmonic mean (true, default) or the arithmetic mean (false) of distances. The harmonic mean is very useful for graphs that are not strongly connected.
The root node (selector or collection) for which the centrality calculation is made.
Optional
weightA function that returns the weight for the edge.
http://js.cytoscape.org/#eles.closenessCentrality