Skip to contents

Plot training history of a trained SpatialDDLS deep neural network model.

Usage

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

Arguments

object

SpatialDDLS object with a trained.model slot.

title

Title of plot.

metrics

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

Value

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

See also