StatisticsUiState

data class StatisticsUiState(val epochCount: Int, val floor: Float, val ceiling: Float, val data: List<DataSeries>)

Represents the statistics collected during training.

Constructors

Link copied to clipboard
constructor(epochCount: Int, floor: Float, ceiling: Float, data: List<DataSeries>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val data: List<DataSeries>
Link copied to clipboard
Link copied to clipboard