loadstate: load a saved state of a neural estimator

View source: R/core.R

loadstateR Documentation

load a saved state of a neural estimator

Description

load a saved state of a neural estimator

Usage

loadstate(estimator, filename)

Arguments

estimator

the neural estimator that we wish to load the state into

filename

file (including absolute path) of the neural-network state in a bson file

Value

estimator updated with the saved state


NeuralEstimators documentation built on Nov. 3, 2024, 9:07 a.m.