Skip to contents

\(z_{i} = \frac{x_{i} - \text{min}(\mathbf{x})}{\text{max}(\mathbf{x}) - \text{min}(\mathbf{x})}\)

Usage

minmax_scaler(x)

Arguments

x

numeric vector

Value

numeric vector

Author

Trent Henderson