(git:ccc2433)
pao_ml_gaussprocess.F File Reference

Go to the source code of this file.

Modules

module  pao_ml_gaussprocess
 Gaussian Process implementation.
 

Functions/Subroutines

subroutine, public pao_ml_gaussprocess::pao_ml_gp_train (pao)
 Builds the covariance matrix. More...
 
subroutine, public pao_ml_gaussprocess::pao_ml_gp_predict (pao, ikind, descriptor, output, variance)
 Uses covariance matrix to make prediction. More...
 
subroutine, public pao_ml_gaussprocess::pao_ml_gp_gradient (pao, ikind, descriptor, outer_deriv, gradient)
 Calculate gradient of Gaussian process. More...