normalize: Builds a one-way linear model that you can use for predicting...

View source: R/normalize.R

normalizeR Documentation

Builds a one-way linear model that you can use for predicting new data values with desired properties.

Description

Builds a one-way linear model that you can use for predicting new data values with desired properties.

Usage

normalize(x, min = 0, max = 1)

Arguments

x

values to normalize

x_min

min value of the normalized output

x_max

max value of the normalized output


michaelfrancenelson/mfn.teaching.utils documentation built on Oct. 7, 2022, 1:13 a.m.