eventsByEpoch

fun eventsByEpoch(epochIndex: Int): TreeMap<Int, BatchTrainingEvent>?

Returns all BatchTrainingEvent of the specific epoch.

Return

Indexed and sorted TreeMap of BatchTrainingEvent.

Parameters

epochIndex

Epoch index of the required epoch to return its batch events.