Uses of Package
org.neo4j.graphalgo.impl.centrality

Packages that use org.neo4j.graphalgo.impl.centrality
org.neo4j.graphalgo.impl.centrality Centrality graph algorithms which are allright to use, but doesn't scale to bigger graphs. 
 

Classes in org.neo4j.graphalgo.impl.centrality used by org.neo4j.graphalgo.impl.centrality
CostDivider
          To make calculations as general as possible, this follows a similar idea to CostAccumulator.
Eccentricity
          This can be used to calculate the eccentricity of nodes, which is defined as the maximum distance to any other node.
EigenvectorCentrality
          Interface representing the algorithms for computing eigenvector centrality.
ShortestPathBasedCentrality
          This serves as a base class for all centrality algorithms based on shortest paths.
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.