Description Usage Arguments Value Author(s) References Examples
View source: R/persistence_image.R
Compute the Persistence Image for a given diagram, using piecewise linear weight functions and Gaussian baseline distribution.
1 | pers.image(d1, nbins, dimension, h)
|
d1 |
A persistence diagram, in the form of a matrix with 3 columns (first one is the dimension, second is the birth-time, last one is the death-time). |
nbins |
Number of bins for the discretization of the Persistence Surface into the Persistence Image. |
dimension |
Dimension of the topological features of interest (0 for connected components, 1 for cycles etc). |
h |
Standard deviation of the Gaussian baseline used to compute the Persistence Surface. |
a nbins
x nbins
matrix containing the Persistence Image.
Tullia Padellini
adams2017persistencekernelTDA
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.