Class PeerPressure
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.traversal.step.map.PeerPressure
Configuration options to be passed to the
GraphTraversal.with(String, Object) step on
GraphTraversal.peerPressure().-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
times
Configures number of iterations that the algorithm should run. -
edges
Configures the edge to traverse when determining clusters. -
propertyName
Configures the name of the property within which to store the cluster value.
-
-
Constructor Details
-
PeerPressure
public PeerPressure()
-