Properties

Link copied to clipboard
abstract val id: Int
Link copied to clipboard
abstract var label: String?
Link copied to clipboard
abstract val name: String
Link copied to clipboard
abstract val names: List<String>

The name to associate with each dimension of the array that is returned by estimate(). The names should be unique. The order of the list of names should match the order of elements in the returned array.

Functions

Link copied to clipboard
abstract fun estimate(data: DoubleArray): DoubleArray