public static class PageRankVertexProgram.Builder extends org.apache.tinkerpop.gremlin.process.computer.util.AbstractVertexProgramBuilder<PageRankVertexProgram.Builder>
| Modifier and Type | Method and Description |
|---|---|
PageRankVertexProgram.Builder |
dampingFactor(double dampingFactor) |
PageRankVertexProgram.Builder |
iterations(int iterations) |
PageRankVertexProgram.Builder |
vertexCount(long vertexCount) |
configure, createpublic PageRankVertexProgram.Builder vertexCount(long vertexCount)
public PageRankVertexProgram.Builder dampingFactor(double dampingFactor)
public PageRankVertexProgram.Builder iterations(int iterations)
Copyright © 2012–2024. All rights reserved.