saveRBM: Saves a RBM network
Description
Saves the RBM object to the filename given through the parameter name
plus the ending ".net".
Usage
saveRBM(rbm,name="rbm")# S4 method for RBM
saveRBM(rbm, name = "rbm")
Arguments
rbm
A instance of the class RBM.
name
The name for the file. Default value is "rbm".
Details
If the field ff of the RBM object is TRUE then
the weights are saved in separate ff-files through the function
saveRBMFFWeights.