scale_log: Log Transformation

View source: R/deepScaling.r

scale_logR Documentation

Log Transformation

Description

Log Transformation

Usage

scale_log(x, invert = FALSE)

Arguments

x

A numeric object whose elements should be log transformed.

invert

A logical value indicating the direction of scaling. If set to TRUE, x is already scaled and scaling will be inverted.

Value

Transformed x with log transformed values.

See Also

scaling.

Other Scaling: scale_center(), scale_dataset(), scale_minmax(), scale_train_test(), scale_zscore(), scaling()


stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.