BatchEvent

class BatchEvent(batchIndex: Int, lossValue: Double, metricValues: List<Double>)

One record in History objects containing tracked data from one batch.

Parameters

batchIndex

Batch index.

lossValue

Final value of loss function.

metricValues

Final values of chosen metrics.

Constructors

BatchEvent
Link copied to clipboard
fun BatchEvent(batchIndex: Int, lossValue: Double, metricValues: List<Double>)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

batchIndex
Link copied to clipboard
val batchIndex: Int
lossValue
Link copied to clipboard
val lossValue: Double
metricValues
Link copied to clipboard
val metricValues: List<Double>