rbfsetbf

Purpose

Set basis functions of RBF from data.

Synopsis

net = rbfsetbf(net, options, x)

Description

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

See Also

rbftrain, rbfsetfw, gmmem
Pages: Index

Copyright (c) Ian T Nabney (1996-9)