plotTrainingHistory: Plot training history of a trained SpatialDDLS deep neural...

View source: R/utils.R

plotTrainingHistoryR Documentation

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
)

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

trainDeconvModel


SpatialDDLS documentation built on Oct. 31, 2024, 5:07 p.m.