Class PageRankVertexProgram.Builder
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder<PageRankVertexProgram.Builder>
org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgram.Builder
- All Implemented Interfaces:
VertexProgram.Builder
- Enclosing class:
- PageRankVertexProgram
public static final class PageRankVertexProgram.Builder
extends AbstractVertexProgramBuilder<PageRankVertexProgram.Builder>
-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
configuration -
Method Summary
Modifier and TypeMethodDescriptionalpha(double alpha) edges(Traversal.Admin<Vertex, Edge> edgeTraversal) epsilon(double epsilon) initialRank(Traversal.Admin<Vertex, ? extends Number> initialRankTraversal) iterations(int iterations) Methods inherited from class org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder
configure, createMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.process.computer.VertexProgram.Builder
create
-
Method Details
-
iterations
-
alpha
-
property
-
epsilon
-
edges
-
initialRank
public PageRankVertexProgram.Builder initialRank(Traversal.Admin<Vertex, ? extends Number> initialRankTraversal)
-