powered by
Vietoris-Rips Filtration: Get the boundary matrix and its reduction information in matrix form
build_vr_filtration(points, eps_max)
A list of simplices with their information.
Data point input.
Maximum scale (epsilon).
points <- matrix(c(0, 1, 1, 0, 0, 0, 1, 1), ncol = 2) filtration <- build_vr_filtration(points, eps_max=1.2)
Run the code above in your browser using DataLab