powered by
Executes the action of model applied in provided data
action(obj, ...)
returns the result of an action of the model applied in provided data
object: a dal_base object to apply the transformation on the input dataset.
optional arguments.
data(iris) # an example is minmax normalization trans <- minmax() trans <- fit(trans, iris) tiris <- action(trans, iris)
Run the code above in your browser using DataLab