BallMapper: The Ball Mapper Algorithm

The core algorithm is described in "Ball mapper: a shape summary for topological data analysis" by Pawel Dlotko, (2019) <arXiv:1901.07410>. Please consult the following youtube video <https://www.youtube.com/watch?v=M9Dm1nl_zSQfor> the idea of functionality. Ball Mapper provide a topologically accurate summary of a data in a form of an abstract graph. To create it, please provide the coordinates of points (in the points array), values of a function of interest at those points (can be initialized randomly if you do not have it) and the value epsilon which is the radius of the ball in the Ball Mapper construction. It can be understood as the minimal resolution on which we use to create the model of the data.

Getting started

Package details

AuthorPawel Dlotko [aut, cre]
MaintainerPawel Dlotko <pdlotko@gmail.com>
LicenseMIT + file LICENCE
Version0.2.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("BallMapper")

Try the BallMapper package in your browser

Any scripts or data that you put into this service are public.

BallMapper documentation built on Aug. 21, 2019, 1:06 a.m.