R/utils.R
plotTrainingHistory.RdPlot training history of a trained DigitalDLSorter Deep Neural Network model.
plotTrainingHistory(
object,
title = "History of metrics during training",
metrics = NULL
)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.
A ggplot object with the progression of the selected metrics during training.