Daniel@0: Daniel@0: Daniel@0: Daniel@0: Netlab Reference Manual rbfsetbf Daniel@0: Daniel@0: Daniel@0: Daniel@0:

rbfsetbf Daniel@0:

Daniel@0:

Daniel@0: Purpose Daniel@0:

Daniel@0: Set basis functions of RBF from data. Daniel@0: Daniel@0:

Daniel@0: Synopsis Daniel@0:

Daniel@0:
Daniel@0: net = rbfsetbf(net, options, x)
Daniel@0: 
Daniel@0: Daniel@0: Daniel@0:

Daniel@0: Description Daniel@0:

Daniel@0: net = rbfsetbf(net, options, x) sets the basis functions of the Daniel@0: RBF network net so that they model the unconditional density of the Daniel@0: dataset x. This is done by training a GMM with spherical covariances Daniel@0: using gmmem. The options vector is passed to gmmem. Daniel@0: The widths of the functions are set by a call to rbfsetfw. Daniel@0: Daniel@0:

Daniel@0: See Also Daniel@0:

Daniel@0: rbftrain, rbfsetfw, gmmem
Daniel@0: Pages: Daniel@0: Index Daniel@0:
Daniel@0:

Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: