Class NeighborsFinder

java.lang.Object
org.neo4j.gds.linkprediction.NeighborsFinder

public class NeighborsFinder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.neo4j.graphdb.Node>
    findCommonNeighbors(org.neo4j.graphdb.Node node1, org.neo4j.graphdb.Node node2, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)
     
    Set<org.neo4j.graphdb.Node>
    findNeighbors(org.neo4j.graphdb.Node node1, org.neo4j.graphdb.Node node2, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)
     
    Set<org.neo4j.graphdb.Node>
    findNeighbors(org.neo4j.graphdb.Node node, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NeighborsFinder

      public NeighborsFinder()
  • Method Details

    • findCommonNeighbors

      public Set<org.neo4j.graphdb.Node> findCommonNeighbors(org.neo4j.graphdb.Node node1, org.neo4j.graphdb.Node node2, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)
    • findNeighbors

      public Set<org.neo4j.graphdb.Node> findNeighbors(org.neo4j.graphdb.Node node1, org.neo4j.graphdb.Node node2, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)
    • findNeighbors

      public Set<org.neo4j.graphdb.Node> findNeighbors(org.neo4j.graphdb.Node node, org.neo4j.graphdb.RelationshipType relationshipType, org.neo4j.graphdb.Direction direction)