public final class PageRank extends Object
GraphTraversal.with(String, Object)
step on
GraphTraversal.pageRank()
.Modifier and Type | Field and Description |
---|---|
static String |
edges
Configures the edge to traverse when calculating the pagerank.
|
static String |
propertyName
Configures the name of the property within which to store the pagerank value.
|
static String |
times
Configures 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–2020 Apache Software Foundation. All rights reserved.