Learn R Programming

whiboclustering (version 0.1.2)

wc_norm_l1: \(l_1\) normalization of data.

Description

\(l_1\) normalization of data.

Usage

wc_norm_l1(data, model = NULL)

Arguments

data

A dataset which needs to be normalized.

model

Additional data needed for future data to be normalized using same normalization technique.

Value

As a result normalized data are obtained. Result is in for of data.frame or data.matrix.