MapperRef: Mapper Reference Class (R6)

Description Value Details Usage Arguments Fields Methods More information Author(s) References

Description

'MapperRef' is an R6 class built for parameterizing and computing mappers efficiently.

Value

MapperRef instance equipped with methods for building the mapper.

Details

To create a new MapperRef instance object, instantiate the class with the R6 new operator. Instantiation of a MapperRef objects requires a data matrix, or a function returning one.
The primary output of the Mapper method is a simplicial complex.
The underlying complex does not need to be modified by the user, i.e. is completely maintained by MapperRef methods (e.g. construct_nerve, construct_k_skeleton, etc.).

Usage

1
m = MapperRef$new(X)

Arguments

Fields

Methods

More information

Full documentation available online.

Author(s)

Matt Piekenbrock, matt.piekenbrock@gmail.com

References

Gurjeet Singh, Facundo Mémoli, and Gunnar Carlsson. "Topological methods for the analysis of high dimensional data sets and 3d object recognition." SPBG. 2007.


peekxc/Mapper documentation built on June 12, 2020, 2:14 a.m.