图谱目录

生产质量级别

表 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 过程

© . All rights reserved.