calc_bettis: Calculating Betti numbers of list of point cloud data

Description Usage Arguments Value

View source: R/compute_bettis.R

Description

Calculating Betti numbers of list of point cloud data

Usage

1
calc_bettis(X, maxdim, maxscale, samples, const.size = F)

Arguments

X

list of point cloud data

maxdim

the max dimension to compute persistent homology

maxscale

the maximum of range to compute

samples

the number of subsamples

const.size

the number of points in one subsamples. when 'const.size=F', the number of points in one subsamples is the 80% number of points in original data

Value

return list that have 1st and 2nd Betti numbers, the number of data, the number of points in one subsamples the number of subsamples, max dimension, and max scale


jetstreamokayasu/seephacm documentation built on March 3, 2021, 2:52 a.m.