GauPro_trend {GauPro} | R Documentation |
Trend R6 class
Description
Trend R6 class
Trend R6 class
Format
R6Class
object.
Value
Object of R6Class
with methods for fitting GP model.
Public fields
D
Number of input dimensions of data
Methods
Public methods
Method clone()
The objects of this class are cloneable with this method.
Usage
GauPro_trend$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
#k <- GauPro_trend$new()
[Package GauPro version 0.2.12 Index]