Learn R Programming

darch (version 0.12.0)

loadDArch: Loads a DArch network

Description

Convenience function for loading '>DArch instances from disk. There is no special re-initialization logic, so it is not necessary to use this function, you can also just use load.

Usage

loadDArch(name = "darch")

Arguments

name

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

Value

DArch instance: the loaded deep architecture

Details

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

Make sure when you load a DArch object that every file written by the saveDArch function is in the working directory.

See Also

saveDArch