normData {FLR} | R Documentation |
Normalize Data and Denormalize data.
Description
Normalize Data to be in range of 0~1.
Usage
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.
[Package FLR version 1.0 Index]