gpcovarp.htm
来自「这是包含pca和ppca等诸多源程序的工具箱」· HTM 代码 · 共 49 行
HTM
49 行
<html><head><title>Netlab Reference Manual gpcovarp</title></head><body><H1> gpcovarp</H1><h2>Purpose</h2>Calculate the prior covariance for a Gaussian Process.<p><h2>Synopsis</h2><PRE>covp = gpcovarp(net, x1, x2)[covp, covf] = gpcovarp(net, x1, x2)</PRE><p><h2>Description</h2><p><CODE>covp = gpcovarp(net, x1, x2)</CODE> takes a Gaussian Process data structure <CODE>net</CODE> together withtwo matrices <CODE>x1</CODE> and <CODE>x2</CODE> of input vectors, and computes the matrix of the prior covariance. This isthe function component of the covariance plus the exponential of the biasterm. <p><CODE>[covp, covf] = gpcovarp(net, x1, x2)</CODE> also returns the functioncomponent of the covariance.<p><h2>See Also</h2><CODE><a href="gp.htm">gp</a></CODE>, <CODE><a href="gpcovar.htm">gpcovar</a></CODE>, <CODE><a href="gpcovarf.htm">gpcovarf</a></CODE>, <CODE><a href="gperr.htm">gperr</a></CODE>, <CODE><a href="gpgrad.htm">gpgrad</a></CODE><hr><b>Pages:</b><a href="index.htm">Index</a><hr><p>Copyright (c) Ian T Nabney (1996-9)</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?