Saves the weights and the biases for the given RBM object to the filename
given through the parameter name.
saveRBMFFWeights(rbm,name="saveName")# S4 method for RBM
saveRBMFFWeights(rbm, name = "saveName")
A instance of the class RBM.
The name for the file.
The weights and biases are saved in one file with the name given
through the parameter name and the string "-WB". See ffsave
for more details.