History
class History
Content copied to clipboard
Contains all recorded batch events as a list of BatchEvent objects.
NOTE: Used to record BatchEvent during prediction and evaluation phases.
Constructors
Functions
appendBatch
Link copied to clipboard
Appends one BatchEvent.
fun appendBatch(batch: Int, lossValue: Double, metricValues: List<Double>)
Content copied to clipboard
Appends tracked data from one batch event.
lastBatchEvent
Link copied to clipboard
Returns last BatchEvent