action | R Documentation |
Executes the action of model applied in provided data
action(obj, ...)
obj |
object: a dal_base object to apply the transformation on the input dataset. |
... |
optional arguments. |
The result of an action of the model applied in provided data
data(iris)
# an example is minmax normalization
trans <- minmax()
trans <- fit(trans, iris)
tiris <- action(trans, iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.