LabelGenerator

interface LabelGenerator<D>

A parent interface for all label generators.

Types

Companion
Link copied to clipboard
object Companion

Functions

getLabel
Link copied to clipboard
abstract fun getLabel(dataSource: D): Float

Returns a label for the provided dataSource.

Inheritors

EmptyLabels
Link copied to clipboard
FromFolders
Link copied to clipboard