Learn R Programming

darch (version 0.10.0)

loadDArch: Loads a DArch network

Description

Loads the DArch object from the filename given through the parameter name plus the ending ".net".

Usage

loadDArch(name="darch")

Arguments

name

The name of the file without the ending ".net".

Value

darch - The loaded deep architecture

Details

Make sure when you load a DArch object that every file written by the saveDArch-Funktion, specially when the parameter ff of the saved DArch object is TRUE, are in the working directory.

See Also

saveDArch, loadRBMFFWeights