problem_dimension {niarules} | R 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.
[Package niarules version 0.2.0 Index]