extract_feature_info {niarules}R Documentation

Extract feature information from a dataset, excluding timestamps.

Description

This function analyzes the given dataset and extracts information about each feature.

Usage

extract_feature_info(data, timestamp_col = "timestamp")

Arguments

data

The dataset to analyze.

timestamp_col

Optional. The name of the timestamp column to exclude from features.

Value

A list containing information about each feature, including type and bounds/categories.


[Package niarules version 0.2.0 Index]