cuGraph C API 文档#
API 文档
- 中心性
- PageRank
- 个性化 PageRank
- 特征向量中心性
- Katz 中心性
- 介数中心性
- 边介数中心性
- HITS 中心性
- 中心性辅助函数
cugraph_centrality_result_get_vertices()
cugraph_centrality_result_get_values()
cugraph_centrality_result_get_num_iterations()
cugraph_centrality_result_converged()
cugraph_centrality_result_free()
cugraph_edge_centrality_result_get_src_vertices()
cugraph_edge_centrality_result_get_dst_vertices()
cugraph_edge_centrality_result_get_edge_ids()
cugraph_edge_centrality_result_get_values()
cugraph_edge_centrality_result_free()
cugraph_hits_result_get_vertices()
cugraph_hits_result_get_hubs()
cugraph_hits_result_get_authorities()
cugraph_hits_result_get_hub_score_differences()
cugraph_hits_result_get_number_of_iterations()
cugraph_hits_result_free()
- 社区
- 三角形计数
- Louvain
- Leiden
- ECG
- 提取 Egonet
- 平衡分割
- 谱聚类 - 模块度最大化
- 谱聚类 - 边割
- 社区辅助函数
cugraph_triangle_count_result_get_vertices()
cugraph_triangle_count_result_get_counts()
cugraph_triangle_count_result_free()
cugraph_hierarchical_clustering_result_get_vertices()
cugraph_hierarchical_clustering_result_get_clusters()
cugraph_hierarchical_clustering_result_get_modularity()
cugraph_hierarchical_clustering_result_free()
- 核心
- 核数
- K-核
- 核辅助函数
cugraph_k_core_degree_type_t
cugraph_core_result_create()
cugraph_core_result_get_vertices()
cugraph_core_result_get_core_numbers()
cugraph_core_result_free()
cugraph_k_core_result_get_src_vertices()
cugraph_k_core_result_get_dst_vertices()
cugraph_k_core_result_get_weights()
cugraph_k_core_result_free()
- 组件
- 采样
- 均匀随机游走
- 偏置随机游走
- 通过 Node2Vec 进行随机游走
- Node2Vec
- 均匀邻居采样
- 采样辅助函数
cugraph_lookup_result_get_srcs()
cugraph_lookup_result_get_dsts()
cugraph_lookup_result_free()
cugraph_lookup_container_free()
cugraph_random_walk_result_get_max_path_length()
cugraph_random_walk_result_get_paths()
cugraph_random_walk_result_get_weights()
cugraph_random_walk_result_get_path_sizes()
cugraph_random_walk_result_free()
cugraph_sampling_options_create()
cugraph_sampling_set_retain_seeds()
cugraph_sampling_set_renumber_results()
cugraph_sampling_set_compress_per_hop()
cugraph_sampling_set_with_replacement()
cugraph_sampling_set_return_hops()
cugraph_sampling_set_compression_type()
cugraph_sampling_set_prior_sources_behavior()
cugraph_sampling_set_dedupe_sources()
cugraph_sampling_options_free()
cugraph_sample_result_get_majors()
cugraph_sample_result_get_minors()
cugraph_sample_result_get_major_offsets()
cugraph_sample_result_get_start_labels()
cugraph_sample_result_get_edge_id()
cugraph_sample_result_get_edge_type()
cugraph_sample_result_get_edge_weight()
cugraph_sample_result_get_hop()
cugraph_sample_result_get_label_hop_offsets()
cugraph_sample_result_get_label_type_hop_offsets()
cugraph_sample_result_get_index()
cugraph_sample_result_get_renumber_map()
cugraph_sample_result_get_renumber_map_offsets()
cugraph_sample_result_get_edge_renumber_map()
cugraph_sample_result_get_edge_renumber_map_offsets()
cugraph_sample_result_free()
cugraph_test_sample_result_create()
cugraph_test_uniform_neighborhood_sample_result_create()
cugraph_select_random_vertices()
cugraph_negative_sampling()
- 相似性
- 遍历