Learn R Programming

agtboost (version 0.9.3)

gbt.load: Load an aGTBoost Model

Description

gbt.load is an interface for loading a agtboost model.

Usage

gbt.load(file)

Arguments

file

Valid file-path to a stored aGTBoost model

Value

Trained aGTBoost model.

Details

The load function for agtboost. Loades a GTB model from a txt file.

See Also

gbt.save