Uses of Class
org.neo4j.graphalgo.impl.shortestpath.Util.PathCounter

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

Uses of Util.PathCounter in org.neo4j.graphalgo.impl.centrality
 

Methods in org.neo4j.graphalgo.impl.centrality with parameters of type Util.PathCounter
protected  Double BetweennessCentrality.getAndUpdateNodeDependency(Node node, boolean skipFirstNode, Map<Node,List<Relationship>> successors, Util.PathCounter counter, Map<Node,Double> dependencies)
          This recursively updates the node dependencies
protected  Double StressCentrality.getAndUpdateNodeStress(Node node, boolean skipFirstNode, Map<Node,List<Relationship>> successors, Util.PathCounter counter, Map<Node,Double> stresses)
          This recursively updates the node stress (number of paths through a node).
 



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