Learn R Programming

darch (version 0.12.0)

saveDArch: Saves a DArch network

Description

Saves the DArch object to the filename given through the parameter name plus the ending ".net".

Usage

saveDArch(darch, name = "darch", trim = F)

Arguments

darch

An instance of the class '>DArch.

name

The name for the file. Default value is "darch".

trim

Whether to trim the model before saving.

Details

If the parameter saveRBM is FALSE the field rbmList of the DArch object is overwritten by an empty list.

See Also

loadDArch