normalize_data: Generate Normalized data

View source: R/util.R

normalize_dataR Documentation

Generate Normalized data

Description

This function normalize the data by the largest absolute value found in the dataset.

Usage

normalize_data(data)

Arguments

data

A tibble representing the data which needed to be normalized.

Value

A normalized data.

Examples

set.seed(20240412)
data1 <- gen_gaussian(n= 500, p = 4)
normalize_data(data = data1)


cardinalR documentation built on Dec. 18, 2025, 9:08 a.m.