Learn R Programming

niarules (version 0.2.0)

problem_dimension: 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)

Value

The calculated dimension based on the feature types.

Arguments

feature_info

A list containing information about each feature.

is_time_series

Boolean indicating if time series data is present.