History

class History

Contains all recorded batch events as a list of BatchEvent objects.

NOTE: Used to record BatchEvent during prediction and evaluation phases.

Constructors

History
Link copied to clipboard
fun History()

Functions

appendBatch
Link copied to clipboard
fun appendBatch(batchEvent: BatchEvent)

Appends one BatchEvent.

fun appendBatch(batch: Int, lossValue: Double, metricValues: List<Double>)

Appends tracked data from one batch event.

lastBatchEvent
Link copied to clipboard
fun lastBatchEvent(): BatchEvent

Returns last BatchEvent