Learn R Programming

digitalDLSorteR (version 1.1.0)

plotTrainingHistory: Plot training history of a trained DigitalDLSorter Deep Neural Network model

Description

Plot training history of a trained DigitalDLSorter Deep Neural Network model.

Usage

plotTrainingHistory(
  object,
  title = "History of metrics during training",
  metrics = NULL
)

Value

A ggplot object with the progression of the selected metrics during training.

Arguments

object

DigitalDLSorter object with trained.model slot.

title

Title of plot.

metrics

Metrics to be plotted. If NULL (by default), all metrics available in the DigitalDLSorterDNN object will be plotted.

See Also

trainDDLSModel deconvDDLSObj