print_feature_info {niarules} | R Documentation |
Print feature information extracted from a dataset.
Description
This function prints the information extracted about each feature.
Usage
print_feature_info(feature_info)
Arguments
feature_info |
The list containing information about each feature. |
Value
A message is printed to the console for each feature, providing information about the feature's type, and additional details such as lower and upper bounds for numerical features or categories for categorical features. No explicit return value is generated.
[Package niarules version 0.1.0 Index]