model {SpatialDDLS}R Documentation

Get and set model slot in a DeconvDLModel object

Description

Get and set model slot in a DeconvDLModel object

Usage

model(object)

model(object) <- value

Arguments

object

DeconvDLModel object.

value

keras.engine.sequential.Sequential object with a trained deep neural network model.


[Package SpatialDDLS version 1.0.2 Index]