Learn R Programming

SpatialDDLS (version 1.0.1)

plotTrainingHistory: Plot training history of a trained SpatialDDLS deep neural network model

Description

Plot training history of a trained SpatialDDLS 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

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.

See Also

trainDeconvModel