Learn R Programming

niarules (version 0.2.0)

map_to_ts: Map solution boundaries to time series instances.

Description

This function maps the lower and upper bounds of the solution vector to a subset of the dataset.

Usage

map_to_ts(lower, upper, instances)

Value

A list with `low`, `up`, and `filtered_instances`.

Arguments

lower

The lower bound in [0, 1].

upper

The upper bound in [0, 1].

instances

The full dataset.