Learn R Programming

SemNetCleaner (version 0.9.9)

normalize: Max-min normalization

Description

A wrapper function for best guess spelling

Usage

normalize(vec)

Arguments

vec

Vector of potential options

Value

A vector of normalized values ranging from 0 to 1

Examples

Run this code
# NOT RUN {
#create a numeric vector list
num <- runif(n = 100, min = 0, max = 100)

#normalize the number vector
normalize(num)

# }

Run the code above in your browser using DataLab