Learn R Programming

whiboclustering (version 0.1.2)

wc_normalize: General (Optional) Component for Normalization of data.

Description

General (Optional) Component for Normalization of data.

Usage

wc_normalize(data, normalization_type)

Arguments

data

A dataset which needs to be normalized.

normalization_type

String which signal which normalization type to be used. Check wc_norm_types for possible values.

Value

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