Uses of Interface
org.neo4j.graphalgo.impl.centrality.CostDivider

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

Uses of CostDivider in org.neo4j.graphalgo.impl.centrality
 

Constructors in org.neo4j.graphalgo.impl.centrality with parameters of type CostDivider
ClosenessCentrality(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath, CostAccumulator<ShortestPathCostType> centralityAccumulator, ShortestPathCostType zeroValue, Set<Node> nodeSet, CostDivider<ShortestPathCostType> centralityDivider)
          Default constructor.
 



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