Computes the Persistence Scale Space Kernel (PSSK) between persistence diagrams
Usage
pss.kernel(d1, d2 = NULL, h, dimension)
Arguments
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 kernel.
dimension
The dimension of the topological feature (0 for connected components, 1 for cycles etc).
Value
If d1 is a list of Persistence Diagrams, this function returns a matrix whose (i,j) entry is the PSSK computed in (d1[[i]], d2[[j]]),
otherwise it returns the value for the PSSK computed in (d1, d2).