powered by
Applies the fit method to a model object to train or configure it using the provided data and optional arguments
fit
fit(obj, ...)
returns a object after fitting
object
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