Learn R Programming

daltoolbox (version 1.1.727)

action: Action

Description

Executes the action of model applied in provided data

Usage

action(obj, ...)

Value

returns the result of an action of the model applied in provided data

Arguments

obj

object: a dal_base object to apply the transformation on the input dataset.

...

optional arguments.

Examples

Run this code
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