plotTrainingHistory | R Documentation |
Plot training history of a trained DigitalDLSorter 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.
trainDDLSModel
deconvDDLSObj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.