
Last chance! 50% off unlimited learning
Sale ends in
Saves the RBM object to the filename given through the parameter name
plus the ending ".net".
saveRBM(rbm,name="rbm")# S4 method for RBM
saveRBM(rbm, name = "rbm")
A instance of the class RBM
.
The name for the file. Default value is "rbm".
If the field ff
of the RBM object is TRUE
then
the weights are saved in separate ff-files through the function
saveRBMFFWeights
.