CoverRef: Cover abstract class

Description Usage Format Fields Author(s)

Description

Reference Class (R6) implementation of a Cover. This class is meant to act as an abstract class to derive other types of covering generators with. Minimally, a derived covering class must implement the 'construct_cover' method to populate the 'level_sets' list with point indices, and any parameters that the derived class requires.

Additional methods may also be added to improve the efficiency of the cover. See the vignette on creating a custom cover for details.

Usage

1

Format

An R6Class generator object

Fields

The following is a list of the fields available for derived classes. Each may be accessed by the self environment. See ?R6 for more details.

Author(s)

Matt Piekenbrock


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