Learn R Programming

fastml (version 0.6.1)

save.fastml: Save Model Function

Description

Saves the trained model object to a file.

Usage

save.fastml(model, filepath)

Value

No return value, called for its side effect of saving the model object to a file.

Arguments

model

An object of class fastml.

filepath

A string specifying the file path to save the model.