undoNormalizeData: A function for returning predictions into the original data...

View source: R/normalizeData.R

undoNormalizeDataR Documentation

A function for returning predictions into the original data space

Description

undoNormalizeData returns the predictions on normalized data acquired from normalizeData into the original data space.

Usage

undoNormalizeData(pred, normalization)

Arguments

pred

The predictions acquired from reconstruction.

normalization

The output list obtained from normalizeData.

Value

The predictions in the original data space.


GFA documentation built on Oct. 21, 2023, 5:06 p.m.