Learn R Programming

FSinR (version 1.0.8)

normalization: Normalize a data frame

Description

Takes in any data frame and normalize the data of their features

Usage

normalization(data, class)

Arguments

data
  • A data frame with the features and the class of the examples

class
  • The dependent variable

Value

  • The dataframe with the independent variables or features normalized

Details

Normalize the data (without the class)

Examples

Run this code
# NOT RUN {
normalization(iris,'Species')
# }

Run the code above in your browser using DataLab