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

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

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

2 个仓库

Awesome GitHub RepositoriesMultidimensional Visualization

Graphical techniques for analyzing high-dimensional data using parallel coordinates, heatmaps, and 3D surfaces.

Distinct from Data Analysis and Visualization: Distinct from general Data Analysis and Visualization by focusing on techniques specifically designed for more than three dimensions.

Explore 2 awesome GitHub repositories matching part of an awesome list · Multidimensional Visualization. Refine with filters or upvote what's useful.

Awesome Multidimensional Visualization GitHub Repositories

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

    alandefreitas/matplotplusplus

    4,894在 GitHub 上查看↗

    这个 C++ 数据可视化库是一个科学绘图框架,用于创建 2D 和 3D 图表、网络图和地理地图。它作为一个多后端图形库运行,将高级绘图逻辑与低级渲染引擎解耦,以支持各种输出后端。 该项目以其双接口 API 脱颖而出,既提供用于快速原型的全局函数接口,也提供用于精确控制的面向对象接口。它具有一个用于管理平铺网格和子图的基于组件的布局引擎,以及一个允许在不清除坐标轴的情况下叠加多个数据系列的层级绘图状态。 该库涵盖了广泛的可视化功能,包括数学函数绘图、向量场,以及通过热力图和平行坐标进行的多维数据分析。它包括用于地理数据可视化的专用工具(如地理气泡图和地理密度图),以及用于渲染有向和无向图网络的工具。通用功能包括坐标轴管理、带有色图的美学样式,以及高质量图形的导出。 该项目利用 CMake 进行构建自动化和依赖检索,以促进在不同操作系统上的安装。

    Visualizes complex datasets using parallel coordinates, heatmaps, and 3D surface plots to identify patterns.

    C++charting-librarychartscontour-plots
    在 GitHub 上查看↗4,894
  • stumpy-dev/stumpystumpy-dev 的头像

    stumpy-dev/stumpy

    4,105在 GitHub 上查看↗

    Stumpy 是一个 Python 库,专注于矩阵轮廓(matrix profile)算法的实现,用于可扩展的时间序列分析。它提供了一个框架,用于计算距离轮廓以识别时间序列数据中的重复模式和异常。 该项目通过其使用 Dask 将繁重计算扩展到 GPU 硬件和分布式集群的能力而脱颖而出。它支持多维分析以发现并发数据流中的基序(motif),并提供用于实时流分析的增量计算。 该库涵盖了广泛的时间序列挖掘技术,包括基序发现、异常检测和序列模式匹配。它还提供用于语义分割以检测状态变化,以及提取相似子序列的时间排序链的工具。

    Computes matrix profiles for multidimensional data to identify similar patterns across different variables.

    Pythonanomaly-detectiondaskdata-science
    在 GitHub 上查看↗4,105
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Analysis and Visualization
  5. Multidimensional Visualization

探索子标签

  • Multidimensional Matrix ProfilesComputing distance profiles for data with multiple dimensions to find shared patterns. **Distinct from Multidimensional Visualization:** Focuses on the computational matrix profile for multidimensional data, not graphical visualization.