FixedIntervalCover: Fixed Interval Cover

Description Usage Format Details Fields Author(s)

Description

R6 class representing a fixed interval cover.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Details

The fixed interval cover is multidimensional, two-parameter family of covers. Given the number of intervals and the overlap percentage between these intervals, this class constructs cover of the given filter space, where the open sets represent a (generalized) collection of interval level sets, distributed uniformly in a grid-like fashion. Unlike the RestrainedIntervalCover, the open sets are not constrained by range of the filter values.

The mapper corresponding to this cover may be thought of as a relaxed Reeb graph.

Fields

number_intervals

vector of number of bins to cover the Z with (per dimension)

percent_overlap

vector of overlap percentages

Author(s)

Matt Piekenbrock


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