跳转到内容
生产级
表 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 过程
|
© . This site is unofficial and not affiliated with Neo4j, Inc.