StatisticalOptimizer

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 batch(cases: List<Exercise>): List<List<Exercise>>

Creates training batches out of the given cases.

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