training.history {SpatialDDLS}R Documentation

Get and set training.history slot in a DeconvDLModel object

Description

Get and set training.history slot in a DeconvDLModel object

Usage

training.history(object)

training.history(object) <- value

Arguments

object

DeconvDLModel object.

value

keras_training_history object with the training history of the deep neural network model.


[Package SpatialDDLS version 1.0.2 Index]