batch

abstract fun batch(cases: List<Exercise>): List<List<Exercise>>

Creates training batches out of the given cases.