rbferr

Purpose

Evaluate error function for RBF network.

Synopsis

e = rbferr(net, x, t)

Description

e = rbferr(net, x, t) takes a network data structure net together with a matrix x of input vectors and a matrix t of target vectors, and evaluates the sum of squares error function e. Each row of x corresponds to one input vector and each row of t contains the corresponding target vector.

See Also

rbf, rbffwd, rbfgrad, rbfpak, rbftrain, rbfunpak
Pages: Index

Copyright (c) Christopher M Bishop, Ian T Nabney (1996, 1997)