Uses of Class
model.GPRegression

Packages that use GPRegression
model Provides classes that handle various kinds of approximation models, data fits, and so on. 
 

Uses of GPRegression in model
 

Methods in model that return GPRegression
 GPRegression BasicTwoFidelityModel.getDifferenceGP()
          Returns the GPRegression modeling the difference between the high- and low-fidelity analyses..
 

Methods in model with parameters of type GPRegression
 void BasicTwoFidelityModel.setDifferenceGP(GPRegression differenceGP)
          Sets the difference-modeling GP.