| Constructors in org.neo4j.graphalgo.impl.centrality with parameters of type SingleSourceShortestPath |
BetweennessCentrality(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath,
Set<Node> nodeSet)
Default constructor. |
ClosenessCentrality(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath,
CostAccumulator<ShortestPathCostType> centralityAccumulator,
ShortestPathCostType zeroValue,
Set<Node> nodeSet,
CostDivider<ShortestPathCostType> centralityDivider)
Default constructor. |
Eccentricity(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath,
ShortestPathCostType zeroValue,
Set<Node> nodeSet,
Comparator<ShortestPathCostType> distanceComparator)
Default constructor. |
NetworkDiameter(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath,
ShortestPathCostType zeroValue,
Set<Node> nodeSet,
Comparator<ShortestPathCostType> distanceComparator)
Default constructor. |
NetworkRadius(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath,
ShortestPathCostType zeroValue,
Set<Node> nodeSet,
Comparator<ShortestPathCostType> distanceComparator)
Default constructor. |
ParallellCentralityCalculation(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath,
Set<Node> nodeSet)
Default constructor. |
ShortestPathBasedCentrality(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath,
CostAccumulator<CentralityType> centralityAccumulator,
CentralityType zeroValue,
Set<Node> nodeSet)
Default constructor. |
StressCentrality(SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath,
Set<Node> nodeSet)
Default constructor. |