wolffd@0: wolffd@0:
wolffd@0:wolffd@0: net = rbfunpak(net, w) wolffd@0:wolffd@0: wolffd@0: wolffd@0:
net = rbfunpak(net, w)
takes an RBF network data structure net
and
wolffd@0: a weight vector w
, and returns a network data structure identical to
wolffd@0: the input network, except that the centres
wolffd@0: c
, the widths wi
, the second-layer
wolffd@0: weight matrix w2
and the second-layer bias vector b2
have all
wolffd@0: been set to the corresponding elements of w
.
wolffd@0:
wolffd@0: rbfpak
, rbf
Copyright (c) Ian T Nabney (1996-9) wolffd@0: wolffd@0: wolffd@0: wolffd@0: