plotTrainingHistory {digitalDLSorteR}R Documentation

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
)

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.

Value

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

See Also

trainDDLSModel deconvDDLSObj


[Package digitalDLSorteR version 1.0.1 Index]