dataset
/
org.jetbrains.kotlinx.dl.dataset.generator
/
LabelGenerator
Label
Generator
interface
LabelGenerator
<
D
>
Content copied to clipboard
A parent interface for all label generators.
Types
Functions
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
On this page
On this page
Functions
get
Label
Link copied to clipboard
abstract fun
getLabel
(dataSource:
D
):
Float
Content copied to clipboard
Returns a label for the provided
dataSource
.
On this page
On this page
Inheritors
EmptyLabels
Link copied to clipboard
FromFolders
Link copied to clipboard
On this page
On this page