problem_dimension {niarules}R Documentation

Calculate the dimension of the problem based on feature information.

Description

This function takes a list of feature information and calculates the dimension based on the type of each feature. Method is inspired by referenced paper.

Usage

problem_dimension(feature_info)

Arguments

feature_info

A list containing information about each feature.

Value

The calculated dimension based on the feature types.

References

Fister, I., Iglesias, A., Galvez, A., Del Ser, J., Osaba, E., & Fister, I. (2018). Differential evolution for association rule mining using categorical and numerical attributes. In Intelligent Data Engineering and Automated Learning–IDEAL 2018: 19th International Conference, Madrid, Spain, November 21–23, 2018, Proceedings, Part I (pp. 79–88). Springer.


[Package niarules version 0.1.0 Index]