gbt.load {agtboost}R Documentation

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

Details

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

Value

Trained aGTBoost model.

See Also

gbt.save


[Package agtboost version 0.9.3 Index]