alchemist
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
alchemist
/
it.unibo.alchemist.boundary.statistic
/
CountDistinct
Count
Distinct
class
CountDistinct
:
AbstractUnivariateStatistic
Counts the number of distinct entries.
Members
Constructors
Count
Distinct
Link copied to clipboard
constructor
(
)
Functions
copy
Link copied to clipboard
open
override
fun
copy
(
)
:
CountDistinct
evaluate
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
get
Data
Link copied to clipboard
open
fun
getData
(
)
:
DoubleArray
set
Data
Link copied to clipboard
open
fun
setData
(
p0
:
DoubleArray
)
open
fun
setData
(
p0
:
DoubleArray
,
p1
:
Int
,
p2
:
Int
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String