Description Usage Arguments Value Author(s) References Examples
View source: R/topological_kernels.R
Computes the Persistence Fisher Kernel (PFK) between persistence diagrams.
1 |
d1 |
A persistence diagram (matrix with 3 col where the first one is the dimension, the second is the birth-time and the third is the death-time) or a list of diagrams. |
d2 |
A persistence diagram (matrix with 3 col where the first one is the dimension, the second is the birth-time and the third is the death-time). |
h |
bandwidth of the PFK. |
dimension |
The dimension of the topological feature (0 for connected components, 1 for cycles etc) |
sigma |
standard deviation of the base Gaussian Kernel. |
If d1
is a list of Persistence Diagrams, this function returns a matrix whose (i,j) entry is the PFK computed in (d1
[[i]], d2
[[j]]),
otherwise it returns the value for the PFK computed in (d1
, d2
).
Tullia Padellini
le2018persistencekernelTDA
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.