View source: R/TransformationSkeleton.R
create_transformer_skeleton | R Documentation |
Creates skeleton objects. This generates objects without fitting parameters. This is primarily intended for creating transformers externally, where fitting parameters are known.
create_transformer_skeleton(method, lambda = 1, shift = 0, scale = 1)
method |
Transformation method. Can be |
lambda |
Value of the transformation parameter lambda. Can also be
changed using the |
shift |
Value of the shift parameter. Can also be changed using the
|
scale |
Value of the scale parameter. Can also be changed using the
|
A transformer object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.