get_lambda | R Documentation |
Get the lambda value of a transformer object.
get_lambda(object, ...)
## S4 method for signature 'transformationPowerTransform'
get_lambda(object, ...)
## S4 method for signature 'transformationBoxCox'
get_lambda(object, ...)
## S4 method for signature 'transformationYeoJohnson'
get_lambda(object, ...)
object |
Transformer object |
... |
Unused arguments |
Lambda value of the transformer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.