powered by
Takes in any data frame and normalize the data of their features
normalization(data, class)
A data frame with the features and the class of the examples
The dependent variable
The dataframe with the independent variables or features normalized
Normalize the data (without the class)
# NOT RUN { normalization(iris,'Species') # }
Run the code above in your browser using DataLab