feature.scaler: Function used to scale numerical features

feature.scalerR Documentation

Function used to scale numerical features

Description

Function used to scale numerical features

Usage

feature.scaler(data, features, min.cutoff, max.cutoff)

Arguments

data

data.frame containing x, y coordinates and columns with numerical features

features

feature names

min.cutoff, max.cutoff

Vector of minimum and maximum cutoff values for each feature, may specify quantile in the form of 'q##' where '##' is the quantile (eg, 'q1', 'q10')


jbergenstrahle/STUtility documentation built on March 14, 2023, 7:15 a.m.