Learn R Programming

laGP (version 1.0)

deleteGP: Delete C-side Gaussian Process Objects

Description

Frees memory allocated by a particular C-side Gaussian process object, or all GP objects currently allocated

Usage

deleteGP(gpi)
deleteGPs()

Arguments

gpi
a scalar positive integer specifying an allocated GP object

Value

  • Nothing is returned.

Details

Any function calling newGP will require destruction via these functions or there will be a memory leak.

See Also

newGP, predGP, mleGP

Examples

Run this code
## see examples for newGP, predGP, or mleGP

Run the code above in your browser using DataLab