norm_0_1: Linear Scaling normalization is used when the feature is...

norm_0_1R Documentation

Linear Scaling normalization is used when the feature is more-or-less uniformly distributed across a fixed range. # https://www.indeed.com/career-advice/career-development/normalization-formula

Description

creating a common scale to compare data sets with very different values

Usage

norm_0_1(x)

Arguments

x

the value in the dataset to normalize between 0 and 1

Details

Linear Scaling normalization

Value

the normalized x value

Examples

## Not run: 
norm_0_1(data$Biomass2019)

## End(Not run)


MadoShi64/rstep documentation built on July 1, 2024, 4:55 p.m.