Description Usage Arguments Value Examples
Calculates the persistent homology of a 2- to 4-dimensional numeric array using a Cubical complex. This function is an R wrapper for Takeki Sudo and Kazushi Ahara's Cubical Ripser C++ library. For more information on the C++ library, see https://github.com/CubicalRipser.
1 2 3 4 5 6 7 |
dataset |
numeric array containing pixel/voxel data |
threshold |
maximum diameter for computation of Cubical complex |
method |
defaults to 0 for link join; alternatively, can be 1 for compute pairs. See original Cubical Ripser code at GitHub user CubicalRipser for details. |
standardize |
boolean determining whether point cloud size should be standardized |
return_format |
defaults to |
3-column matrix with each row representing a TDA feature
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.