Statistics

interface Statistics

A statistics object receives updates throughout training in order to collect information to assess training performance.

Inheritors

Properties

Link copied to clipboard
abstract val epochCount: Int
Link copied to clipboard
abstract val measurements: List<Measurement<*>>

Lists the measurements taken by this object.

Link copied to clipboard
abstract val measurementsMax: Float

Functions

Link copied to clipboard
abstract fun createSnapshot(): Snapshot

Collects all measures into a single immutable object

Link copied to clipboard
abstract fun data(key: Measurement<Float>): DataList<Float, Float>
Link copied to clipboard