fit {mlapi} | R Documentation |
Generic function to fit models (inherited from mlapiEstimation)
fit(x, model, y = NULL, ...)
## S3 method for class 'Matrix'
fit(x, model, y = NULL, ...)
## S3 method for class 'matrix'
fit(x, model, y = NULL, ...)
x |
A matrix like object, should inherit from |
model |
instance of class |
y |
|
... |
additional data/model dependent arguments to downstream functions. |
invisible(object$self())