extract_feature_info: Extract feature information from a dataset, excluding...

View source: R/dataset.R

extract_feature_infoR 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.


niarules documentation built on Sept. 15, 2025, 5:08 p.m.