normData: Normalize Data and Denormalize data.

Description Usage Arguments Value

View source: R/FLR.r

Description

Normalize Data to be in range of 0~1.

Usage

1
2
  normData(data1)
  denormData(data1,bounds)

Arguments

data1

an input data.frame where last instance must be the class instance and be named 'class'.

bounds

a 2 comumn matrix containing min and max value for each instance of the dataset.

Value

return normalized or denormalized data.frame.


FLR documentation built on May 2, 2019, 3:43 p.m.

Related to normData in FLR...