# Created by Octave 3.2.4, Tue Nov 23 12:52:32 2010 EST <mockbuild@jetta.math.Princeton.EDU.private>
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: string
# elements: 1
# length: 11
demo_octgpr
# name: <cell-element>
# type: string
# elements: 1
# length: 613
 -- Function File: demo_octgpr (1, nsamp = 150)
 -- Function File: demo_octgpr (2, ncnt = 20, npt = 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 point See
          also: rbf_centers



# name: <cell-element>
# type: string
# elements: 1
# length: 29
OctGPR package demo function.

# name: <cell-element>
# type: string
# elements: 1
# length: 11
rbf_centers
# name: <cell-element>
# type: string
# elements: 1
# length: 149
 -- 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: string
# elements: 1
# length: 76
Selects a given number of RBF centers based on Lloyd's clustering
algorithm.

