Scale Between 0 and 1
scaleColumns
scales the columns of a data frame object between the values of 0 and 1 without changing the underlying distribution of the columns.
scaleColumns(df)
df
: The data frame of numerical values to be scaled.Philippe Boileau, philippe_boileau@berkeley.edu