about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/nethelp3.3/gppak.htm
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/bnt-master/nethelp3.3/gppak.htm')
-rw-r--r--sourcecodes/bnt-master/nethelp3.3/gppak.htm40
1 files changed, 40 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/nethelp3.3/gppak.htm b/sourcecodes/bnt-master/nethelp3.3/gppak.htm
new file mode 100644
index 00000000..e913dd2c
--- /dev/null
+++ b/sourcecodes/bnt-master/nethelp3.3/gppak.htm
@@ -0,0 +1,40 @@
+<html>
+<head>
+<title>
+Netlab Reference Manual gppak
+</title>
+</head>
+<body>
+<H1> gppak
+</H1>
+<h2>
+Purpose
+</h2>
+Combines GP hyperparameters into one vector.
+
+<p><h2>
+Synopsis
+</h2>
+<PRE>
+hp = gppak(net)
+</PRE>
+
+
+<p><h2>
+Description
+</h2>
+<CODE>hp = gppak(net)</CODE> takes a Gaussian Process data structure <CODE>net</CODE> and 
+combines the hyperparameters into a single row vector <CODE>hp</CODE>.
+
+<p><h2>
+See Also
+</h2>
+<CODE><a href="gp.htm">gp</a></CODE>, <CODE><a href="gpunpak.htm">gpunpak</a></CODE>, <CODE><a href="gpfwd.htm">gpfwd</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>
\ No newline at end of file