Learn R Programming

whiboclustering (version 0.1.2)

wc_norm_sigmoid: Sigmoid normalization of data.

Description

Sigmoid normalization of data.

Usage

wc_norm_sigmoid(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.