SessionV2Endpoints¶
- class graphdatascience.session.session_v2_endpoints.SessionV2Endpoints¶
- property all_shortest_paths: AllShortestPathEndpoints¶
返回全最短路径算法的端点。
- property article_rank: ArticleRankEndpoints¶
返回 Article Rank 算法的端点。
- property articulation_points: ArticulationPointsEndpoints¶
返回关节点算法的端点。
- property bellman_ford: SingleSourceBellmanFordEndpoints¶
返回单源 Bellman-Ford 算法的端点。
- property betweenness_centrality: BetweennessEndpoints¶
返回中介中心性算法的端点。
- property bfs: BFSEndpoints¶
返回广度优先搜索 (BFS) 算法的端点。
- property bridges: BridgesEndpoints¶
返回桥算法的端点。
- property clique_counting: CliqueCountingEndpoints¶
返回团计数算法的端点。
- property closeness_centrality: ClosenessEndpoints¶
返回紧密中心性算法的端点。
- property conductance: ConductanceEndpoints¶
返回电导算法的端点。
- property config: ConfigEndpoints¶
返回配置相关的端点。
- property dag: DagEndpoints¶
返回有向无环图 (DAG) 算法的端点。
- property degree_centrality: DegreeEndpoints¶
返回度中心性算法的端点。
- property dfs: DFSEndpoints¶
返回深度优先搜索 (DFS) 算法的端点。
- property eigenvector_centrality: EigenvectorEndpoints¶
返回特征向量中心性算法的端点。
- property fast_rp: FastRPEndpoints¶
返回 Fast RP 算法的端点。
- property graph: CatalogArrowEndpoints¶
返回用于图管理的图相关端点。
- property graph_sage: GraphSageEndpoints¶
返回 GraphSage 算法的端点。
- property harmonic_centrality: ClosenessHarmonicEndpoints¶
返回调和中心性算法的端点。
- property hash_gnn: HashGNNEndpoints¶
返回 HashGNN 算法的端点。
- property hdbscan: HdbscanEndpoints¶
返回 HDBSCAN 算法的端点。
- property influence_maximization_celf: CelfEndpoints¶
返回影响力最大化 CELF 算法的端点。
- property k1_coloring: K1ColoringEndpoints¶
返回 K1 着色算法的端点。
- property k_core_decomposition: KCoreEndpoints¶
返回 K-核分解算法的端点。
- property k_spanning_tree: KSpanningTreeEndpoints¶
返回 K-生成树算法的端点。
- property kmeans: KMeansEndpoints¶
返回 K-means 算法的端点。
- property knn: KnnEndpoints¶
返回 K-最近邻算法的端点。
- property label_propagation: LabelPropagationEndpoints¶
返回标签传播算法的端点。
- property leiden: LeidenEndpoints¶
返回 Leiden 算法的端点。
- property local_clustering_coefficient: LocalClusteringCoefficientEndpoints¶
返回局部聚类系数算法的端点。
- property louvain: LouvainEndpoints¶
返回 Louvain 算法的端点。
- property max_flow: MaxFlowEndpoints¶
返回最大流算法的端点。
- property max_k_cut: MaxKCutEndpoints¶
返回 Max K-cut 算法的端点。
- property model: ModelCatalogEndpoints¶
返回用于模型管理模型相关的端点。
- property modularity: ModularityEndpoints¶
返回模块度算法的端点。
- property modularity_optimization: ModularityOptimizationEndpoints¶
返回模块度优化算法的端点。
- property node2vec: Node2VecEndpoints¶
返回 Node2Vec 算法的端点。
- property node_similarity: NodeSimilarityEndpoints¶
返回节点相似度算法的端点。
- property page_rank: PageRankEndpoints¶
返回 PageRank 算法的端点。
- property prize_steiner_tree: PrizeSteinerTreeEndpoints¶
返回奖金收集 Steiner 树算法的端点。
- property scale_properties: ScalePropertiesEndpoints¶
返回用于缩放节点属性的端点。
- property scc: SccEndpoints¶
返回强连通分量算法的端点。
- property shortest_path: ShortestPathEndpoints¶
返回最短路径算法的端点。
- property sllpa: SllpaEndpoints¶
返回说话者-倾听者标签传播算法的端点。
- property spanning_tree: SpanningTreeEndpoints¶
返回生成树算法的端点。
- property steiner_tree: SteinerTreeEndpoints¶
返回 Steiner 树算法的端点。
- property system: SystemEndpoints¶
返回系统相关的端点。
- property triangle_count: TriangleCountEndpoints¶
返回三角形计数算法的端点。
- verify_session_connectivity() None¶
验证与 Aura Graph Analytics 会话的连接性。
- 抛出异常:
Exception – 如果 Aura Graph Analytics 会话不可达
- 返回类型:
None
- property wcc: WccEndpoints¶
返回弱连通分量算法的端点。