save.fastml: Save Model Function

View source: R/save.fastml.R

save.fastmlR Documentation

Save Model Function

Description

Saves the trained model object to a file.

Usage

save.fastml(model, filepath)

Arguments

model

An object of class fastml.

filepath

A string specifying the file path to save the model.

Value

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


fastml documentation built on June 11, 2025, 1:07 a.m.