FeatureScaling: Transform a numeric vector into a normalised vector of values...

Description Usage Arguments Value Examples

View source: R/FeatureScaling.R

Description

This function will return a vector between 0 and 1.

Usage

1

Arguments

Vector

A Vector of numeric values.

Value

A normalised vector of numeric values between 0 and 1.

Examples

1
FeatureScaling(c(252,325,39,103))

tapp100/IowaHomesProject documentation built on Nov. 27, 2019, 12:30 a.m.