Plot training history of a trained DigitalDLSorter 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.
DigitalDLSorter
object with
trained.model
slot.
Title of plot.
Metrics to be plotted. If NULL
(by default), all
metrics available in the DigitalDLSorterDNN
object
will be plotted.
trainDDLSModel
deconvDDLSObj