Plot training history of a trained SpatialDDLS deep neural network model.
plotTrainingHistory(
object,
title = "History of metrics during training",
metrics = NULL
)A ggplot object with the progression of the selected metrics during training.
SpatialDDLS object with a
trained.model slot.
Title of plot.
Metrics to be plotted. If NULL (by default), all
metrics available in the DeconvDLModel object will be
plotted.
trainDeconvModel