undoNormalizeData {GFA}R 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.


[Package GFA version 1.0.5 Index]