CountDistinct

class CountDistinct : AbstractUnivariateStatistic(source)

Counts the number of distinct entries.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var data: DoubleArray?

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 fun evaluate(values: DoubleArray?): Double
Link copied to clipboard
open override fun toString(): String