CountDistinct

class CountDistinct : AbstractUnivariateStatistic

Counts the number of distinct entries.

Constructors

Link copied to clipboard
fun CountDistinct()

Functions

Link copied to clipboard
open override fun copy(): CountDistinct
Link copied to clipboard
open fun evaluate(): Double
open override fun evaluate(p0: DoubleArray): Double
open override fun evaluate(    values: DoubleArray,     begin: Int,     length: Int): 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