CountDistinct

Counts the number of distinct entries.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun copy(): CountDistinct
Link copied to clipboard
open override fun evaluate(values: DoubleArray, begin: Int, length: Int): Double
open fun evaluate(): Double
open override fun evaluate(p0: DoubleArray): Double
Link copied to clipboard
open fun getData(): DoubleArray
Link copied to clipboard
open fun setData(p0: DoubleArray)
open fun setData(p0: DoubleArray, p1: Int, p2: Int)
Link copied to clipboard
open override fun toString(): String