wolffd@0: wolffd@0:
wolffd@0:wolffd@0: net = gpunpak(net, hp) wolffd@0:wolffd@0: wolffd@0: wolffd@0:
net = gpunpak(net, hp)
takes an Gaussian Process data structure net
and
wolffd@0: a hyperparameter vector hp
, and returns a Gaussian Process data structure
wolffd@0: identical to
wolffd@0: the input model, except that the covariance bias
wolffd@0: bias
, output noise noise
, the input weight vector
wolffd@0: inweights
and the vector of covariance function specific parameters
wolffd@0: fpar
have all
wolffd@0: been set to the corresponding elements of hp
.
wolffd@0:
wolffd@0: gp
, gppak
, gpfwd
, gperr
, gpgrad
Copyright (c) Ian T Nabney (1996-9) wolffd@0: wolffd@0: wolffd@0: wolffd@0: