public final class PageRank extends Object
GraphTraversal.with(String, Object) step on
 GraphTraversal.pageRank().| Modifier and Type | Field and Description | 
|---|---|
| static String | edgesConfigures the edge to traverse when calculating the pagerank. | 
| static String | propertyNameConfigures the name of the property within which to store the pagerank value. | 
| static String | timesConfigures number of iterations that the algorithm should run. | 
| Constructor and Description | 
|---|
| PageRank() | 
public static final String times
public static final String edges
public static final String propertyName
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.