loadstate {NeuralEstimators}R 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


[Package NeuralEstimators version 0.1.0 Index]