awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSubgraph Mining Algorithms

Algorithms for extracting recurring structural patterns and frequent subgraphs from complex networks.

Distinct from Graph Encodings: Existing candidates focus on type-safe encodings or architectural decomposition, not the algorithmic mining of frequent subgraphs.

Explore 1 awesome GitHub repository matching data & databases · Subgraph Mining Algorithms. Refine with filters or upvote what's useful.

Awesome Subgraph Mining Algorithms GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • linyiqun/dataminingalgorithmlinyiqun 的头像

    linyiqun/DataMiningAlgorithm

    3,950在 GitHub 上查看↗

    该项目是一个数据挖掘算法库和机器学习参考实现。它提供了一系列用于执行分类、聚类和关联规则挖掘的工具,以及一个用于自然启发式优化的工具包。 该库包括用于图和序列挖掘的专用实用程序,能够提取频繁子图和序列模式。它还具有一个使用粗糙集理论从数据集中删除冗余属性的降维实用程序。 该项目涵盖了广泛的分析功能,包括用于对节点重要性进行排序的网络和图分析,以及用于数据分类的概率模型和决策树。它还实现了用于数据分组的基于距离和密度的方法,以及用于解决复杂优化问题的启发式搜索模式。

    Provides utilities for extracting frequent subgraphs and recurring structural patterns from complex network topologies.

    Java
    在 GitHub 上查看↗3,950
  1. Home
  2. Data & Databases
  3. Subgraph Mining Algorithms