fit_model: Fit model.

Description Usage Arguments Value

View source: R/core.R

Description

The generic function for fitting a model within the easyml core framework. Users can create their own fit_model function for their own class of model.

Usage

1
fit_model(object)

Arguments

object

A list of class easy_*, where * is the name of the algorithm.

Value

A list of class easy_*, where * is the name of the algorithm.


easyml documentation built on June 26, 2017, 9:02 a.m.