fit: Fits model to data

Description Usage Arguments Value

Description

Generic function to fit models (inherited from mlapiEstimation)

Usage

1
2
3
4
5
6
7
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, ...)

Arguments

x

A matrix like object, should inherit from Matrix or matrix

model

instance of class estimator which should implement method with signature $fit(x, y, ...)

y

NULL by default. Optional response variable for supervised learning models. Should inherit from vector or Matrix or matrix. See documentation for corresponding models.

...

additional data/model dependent arguments to downstream functions.

Value

invisible(object$self())


dselivanov/mlapi documentation built on May 15, 2019, 2:59 p.m.