Topological Data Analysis Learning Code

This code takes a (small) set of data as an input and computes the Betti Numbers of that data.

您现在正在关注此提交

This code was developed primarily as a learning tool for Topological Data Analysis. It was written after reading papers about the topic.
I am not an active researcher in this field, but writing the code helped me gain a brief understanding of TDA. I hope it helps others try out this really interesting topic in mathematics/data analysis. It is not intended to actually perform TDA on large datasets.
The code computes the Betti Numbers of data using a simplicial complex.

引用格式

Adam Cutbill (2026). Topological Data Analysis Learning Code (https://ww2.mathworks.cn/matlabcentral/fileexchange/47009-topological-data-analysis-learning-code), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: gplot

类别

Help CenterMATLAB Answers 中查找有关 Statistics and Machine Learning Toolbox 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.3

Replacing ismember function with newer version.

1.2

-Fixed some minor mistakes in the overall description.

1.1.0.0

Requires statistics toolbox and MATLAB 2010b or newer (for pdist2). I may modify this to work on older version as pdist2 is relatively simple function.

1.0.0.0