range_transform {klovan} | R Documentation |
range transform
Description
Normalize the data using a 'Range' transform . In the returned data table, note that in each column of the normalized Data Table, the variables will range from 0 to 1.
Usage
range_transform(data)
Arguments
data |
A dataset of class data.frame. The data should contain 'C_X' and 'C_Y' columns representing the x and y coordinates of the data points and excludes any rank, ID, or column not for analysis, see README for details |
Value
a range transformed version of a klovan dataset.
Examples
data("Klovan_Row80")
T_Klovan <- range_transform(Klovan_Row80)
[Package klovan version 0.1.0 Index]