map_to_ts {niarules}R Documentation

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)

Arguments

lower

The lower bound in [0, 1].

upper

The upper bound in [0, 1].

instances

The full dataset.

Value

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


[Package niarules version 0.2.0 Index]