Learn R Programming

agtboost (version 0.9.3)

gbt.save: Save an aGTBoost Model

Description

gbt.save is an interface for storing a agtboost model.

Usage

gbt.save(gbt_model, file)

Arguments

gbt_model

Model object or pointer to object of class ENSEMBLE

file

Valid file-path

Value

Txt file that can be loaded using gbt.load.

Details

The model-storage function for agtboost. Saves a GTB model as a txt file. Might be retrieved using gbt.load

See Also

gbt.load