BatchEvent
class BatchEvent(batchIndex: Int, lossValue: Double, metricValue: Double)
Content copied to clipboard
One record in History objects containing tracked data from one batch.
Parameters
batchIndex
Batch index.
lossValue
Final value of loss function.
metricValue
Final value of chosen metric.
Constructors
BatchEvent
Link copied to clipboard
Creates BatchEvent from batchIndex, lossValue, metricValue.