EmptyLabels

class EmptyLabels<D> : LabelGenerator<D>

This LabelGenerator is responsible for creation default labels with value Float.NaN.

Constructors

EmptyLabels
Link copied to clipboard
fun EmptyLabels()

Functions

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

Returns a label for the provided dataSource.