fit {daltoolbox} | R Documentation |
Fit
Description
Applies the fit
method to a model object to train or configure it using the provided data and optional arguments
Usage
fit(obj, ...)
Arguments
obj |
object |
... |
optional arguments. |
Value
returns a object after fitting
Examples
data(iris)
# an example is minmax normalization
trans <- minmax()
trans <- fit(trans, iris)
tiris <- action(trans, iris)
[Package daltoolbox version 1.2.707 Index]