Transformation.new: Construct a new Transformation

Description Usage Arguments Value

View source: R/Transformation.R

Description

Always use this method instead of the constructor to build a new instance of Transformation, as it will canonicalize the functions used and ensure that all promises are resolved before returning the result.

Usage

1
Transformation.new(forward, backward, complexity = 1L)

Arguments

forward

the forward mapping

backward

the backward mapping

complexity

the complexity

Value

the new Transformation


thomasWeise/dataTransformeR documentation built on May 14, 2019, 8:03 a.m.