Learn R Programming

darch (version 0.9.1)

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")

## S3 method for class '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 seperate ff-files through the funktion saveRBMFFWeights.

See Also

loadRBM, saveRBMFFWeights loadRBMFFWeights