gbt.save {agtboost}R Documentation

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

Details

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

Value

Txt file that can be loaded using gbt.load.

See Also

gbt.load


[Package agtboost version 0.9.3 Index]