plotTrainingHistory {SpatialDDLS} | R 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 |
|
title |
Title of plot. |
metrics |
Metrics to be plotted. If |
Value
A ggplot object with the progression of the selected metrics during training.
See Also
[Package SpatialDDLS version 1.0.2 Index]