problem_dimension: Calculate the dimension of the problem, excluding timestamps.

View source: R/dataset.R

problem_dimensionR Documentation

Calculate the dimension of the problem, excluding timestamps.

Description

Calculate the dimension of the problem, excluding timestamps.

Usage

problem_dimension(feature_info, is_time_series = FALSE)

Arguments

feature_info

A list containing information about each feature.

is_time_series

Boolean indicating if time series data is present.

Value

The calculated dimension based on the feature types.


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