updateInfo
Syntax
Description
updateInfo(
updates the specified information in the Training Progress window and saves the values in
the monitor
,infoName
=infoValue
)InfoData
property of the TrainingProgressMonitor
object monitor
.
updateInfo(
updates multiple information values.monitor
,infoName1=infoValue1,...,infoNameN=infoValueN)
updateInfo(
updates the information using the values specified by the structure
monitor
,infoStructure
)infoStructure
.
Examples
Input Arguments
Tips
The information values appear in the Training Progress window and the training plot shows a record of the metric values. Use information values for text and for numerical values that you want to display in the training window but not in the training plot.
Version History
Introduced in R2022b