plotTrainingHistory | R Documentation |
Plot training history of a trained SpatialDDLS deep neural network model.
plotTrainingHistory(
object,
title = "History of metrics during training",
metrics = NULL
)
object |
|
title |
Title of plot. |
metrics |
Metrics to be plotted. If |
A ggplot object with the progression of the selected metrics during training.
trainDeconvModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.