loadDArch: Loads a DArch network

Description Usage Arguments Details Value See Also

View source: R/loadDArch.R

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

1
loadDArch(name = "darch")

Arguments

name

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

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.

Value

DArch instance: the loaded deep architecture

See Also

saveDArch


maddin79/darch documentation built on May 21, 2019, 10:53 a.m.