(git:374b731)
Loading...
Searching...
No Matches
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.
 
subroutine, public pao_ml_gaussprocess::pao_ml_gp_predict (pao, ikind, descriptor, output, variance)
 Uses covariance matrix to make prediction.
 
subroutine, public pao_ml_gaussprocess::pao_ml_gp_gradient (pao, ikind, descriptor, outer_deriv, gradient)
 Calculate gradient of Gaussian process.