图目录

生产质量层

表 1. GDS 库中所有生产质量图操作的列表。
描述 操作

投影图

gds.graph.project 过程

gds.graph.project.estimate 过程

gds.graph.project.cypher 过程 已弃用

gds.graph.project.cypher.estimate 过程 已弃用

gds.graph.project 函数(聚合函数)

检查图是否存在

gds.graph.exists 过程

gds.graph.exists 函数

列出图

gds.graph.list 过程

从命名图中删除节点属性

gds.graph.nodeProperties.drop 过程

从命名图中删除关系

gds.graph.relationships.drop 过程

从内存中删除命名图

gds.graph.drop 过程

将单个节点属性流式传输到过程调用方

gds.graph.nodeProperty.stream 过程

将节点属性流式传输到过程调用方

gds.graph.nodeProperties.stream 过程

将单个关系属性流式传输到过程调用方

gds.graph.relationshipProperty.stream 过程

将关系属性流式传输到过程调用方

gds.graph.relationshipProperties.stream 过程

gds.graph.relationshipProperties.write 过程

将节点属性写入 Neo4j

gds.graph.nodeProperties.write 过程

将关系写入 Neo4j

gds.graph.relationship.write 过程

图导出

gds.graph.export 过程

Beta 层

表 2. GDS 库中所有 Beta 图操作的列表。
描述 操作

从图目录中的图投影图

gds.graph.filter 过程

生成随机图

gds.graph.generate 过程

CSV 导出

gds.graph.export.csv 过程

gds.graph.export.csv.estimate 过程

将关系拓扑流式传输到过程调用方

gds.graph.relationships.stream 过程

将有向关系转换为无向关系

gds.graph.relationships.toUndirected 过程

gds.graph.relationships.toUndirected.estimate 过程

路径折叠

gds.collapsePath.mutate 过程

Alpha 层

表 3. GDS 库中所有 Alpha 图操作的列表。
描述 操作

从命名图中删除图属性

gds.graph.graphProperty.drop 过程

将图属性流式传输到过程调用方

gds.graph.graphProperty.stream 过程

使用随机游走采样子图

gds.graph.sample.rwr 过程

使用基于公共邻居的随机游走采样子图

gds.graph.sample.cnarw 过程

gds.graph.sample.cnarw.estimate 过程

为内存中的图添加节点标签

gds.graph.nodeLabel.mutate 过程

将节点标签写入数据库

gds.graph.nodeLabel.write 过程