map_to_ts: Map solution boundaries to time series instances.

View source: R/evaluate.R

map_to_tsR 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'.


niarules documentation built on Sept. 15, 2025, 5:08 p.m.