Plot training history of a trained SpatialDDLS deep neural network model
Source:R/utils.R
plotTrainingHistory.Rd
Plot training history of a trained SpatialDDLS deep neural network model.
Arguments
- object
SpatialDDLS
object with atrained.model
slot.- title
Title of plot.
- metrics
Metrics to be plotted. If
NULL
(by default), all metrics available in theDeconvDLModel
object will be plotted.