fit | R Documentation |
Fits a model.
fit(obj, ...)
obj |
object |
... |
optional arguments. |
obj
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.