Main Content
Neo4jNode
Neo4j database node
Description
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.
Creation
Create a Neo4jNode
object using the createNode
, searchNodeByID
, and searchNode
functions.
Properties
Object Functions
nodeDegree | In-degree and out-degree for each associated relationship type for Neo4j database node |
nodeRelationTypes | Associated relationship types for Neo4j database node |
Examples
Version History
Introduced in R2016b