检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
查询语言 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.querylanguage ExecuteGremlinSample 执行Gremlin查询 ExecuteCypherQuerySample 执行Cypher查询
查询语言 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.querylanguage ExecuteGremlinSample 执行Gremlin查询 ExecuteCypherQuerySample 执行Cypher查询
创建实例或实例已创建,需绑定EIP时,页面提示“委托配额不足”如何处理? Gremlin/Cypher查询是否支持几条命令一起执行? 如果点被删除了,基于该点的边会怎么处理? 点ID存在中文时,修改点属性接口报错“点不存在”怎么处理?
Job管理 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.job ShowJobSample 查询Job状态 DeleteJobSample 取消Job ExportJobResultSample 导出Job返回结果到文件
元数据操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.schema AddLabelSample 添加Label UpdateLabelSample 更新LabeI QueryGraphSchemaDetailSample
自定义图分析算法编程示例 自定义SSSP算法 # 导入必要的包 from hyg.analytics.graph import load_base_graph from hyg.analytics.model import pregel_types, PregelModel #
modularity Double 模块度。 community_num Integer 社团数量。 community List 各节点对应的社团(community),格式: [{vertexId:communityId},...] 其中, vertexId: string类型 communityId:
0) 点集最短路(shortest_path_of_vertex_sets)(2.1.5) 关联路径(n_paths)(1.1.2) 带过滤的n_paths算法(filtered_n_paths)(2.2.22) 带过滤全对最短路径(filtered_all_pairs_shortest_paths)(2
Shortest Paths) 带过滤全最短路径(Filtered All Shortest Paths) TopicRank算法 带过滤的n_paths算法(filtered_n_paths) 时序路径分析(Temporal Paths)
算法结果TXT格式说明 表1 算法结果的txt格式 算法 支持程度 header content e.g. all_pairs_shortest_paths 本地,OBS # runtime: {runtime} # paths_number: {paths_number} # data_total_size: