Daniel@0: Daniel@0: Daniel@0: Daniel@0: Netlab Reference Manual rbfjacob Daniel@0: Daniel@0: Daniel@0: Daniel@0:

rbfjacob Daniel@0:

Daniel@0:

Daniel@0: Purpose Daniel@0:

Daniel@0: Evaluate derivatives of RBF network outputs with respect to inputs. Daniel@0: Daniel@0:

Daniel@0: Synopsis Daniel@0:

Daniel@0:
Daniel@0: g = rbfjacob(net, x)
Daniel@0: Daniel@0: Daniel@0:

Daniel@0: Description Daniel@0:

Daniel@0: g = rbfjacob(net, x) takes a network data structure net Daniel@0: and a matrix of input vectors x and returns a three-index matrix Daniel@0: g whose i, j, k element contains the Daniel@0: derivative of network output k with respect to input Daniel@0: parameter j for input pattern i. Daniel@0: Daniel@0:

Daniel@0: See Also Daniel@0:

Daniel@0: rbf, rbfgrad, rbfbkp
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: