Neo4j database node
After creating a Neo4j® database connection using the MATLAB® interface to Neo4j, explore nodes in the database. With a Neo4jNode
object,
you can explore the node degree and relationship types of the nodes in the
database.
Create a Neo4jNode
object using the createNode
, searchNodeByID
, and searchNode
functions.
nodeDegree | In-degree and out-degree for each associated relationship type for Neo4j database node |
nodeRelationTypes | Associated relationship types for Neo4j database node |