/usr/share/octave/packages/octgpr-1.2.0/doc-cache is in octave-octgpr 1.2.0-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | # Created by Octave 3.8.0, Mon Feb 24 19:39:21 2014 UTC <root@toyol>
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
demo_octgpr
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 934
-- Function File: demo_octgpr (1, nsamp = 150)
-- Function File: demo_octgpr (2, ncnt = 20, npt = 500)
-- Function File: demo_octgpr (3, ncnt = 50, nsamp = 500)
OctGPR package demo function. First argument selects available
demos:
* 1. GPR regression demo
A function is sampled (with small noise), then reconstructed
using GPR regression. NSAMP specifies the number of samples.
See also: gpr_train, gpr_predict.
* 2. RBF centers selection demo
Radial basis centers are selected amongst random points. NCNT
specifies number of centers, NPT number of points.
* 2. PGP regression demo
A function is densely sampled (with small noise), radial basis
centers are selected, then the function is reconstructed using
PGP regression. NSAMP specifies the number of samples, NCNT
specifies number of centers.
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 29
OctGPR package demo function.
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 11
rbf_centers
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 148
-- Function File: [U, ur, iu] = rbf_centers (X, NU, THETA)
Selects a given number of RBF centers based on Lloyd's clustering
algorithm.
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 76
Selects a given number of RBF centers based on Lloyd's clustering
algorithm.
|