saveDArch: Saves a DArch network

Description Usage Arguments Details See Also

View source: R/saveDArch.R

Description

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

Usage

1
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


darch documentation built on May 29, 2017, 8:14 p.m.

Related to saveDArch in darch...