Learn R Programming

SimplicialComplex (version 0.1.0)

build_vr_filtration: Vietoris-Rips Filtration: Get the boundary matrix and its reduction information in matrix form

Description

Vietoris-Rips Filtration: Get the boundary matrix and its reduction information in matrix form

Usage

build_vr_filtration(points, eps_max)

Value

A list of simplices with their information.

Arguments

points

Data point input.

eps_max

Maximum scale (epsilon).

Examples

Run this code
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