-
- All Implemented Interfaces:
-
org.apache.commons.math3.stat.descriptive.UnivariateStatistic,org.apache.commons.math3.util.MathArrays.Function
public final class CountDistinct extends AbstractUnivariateStatisticCounts the number of distinct entries.
-
-
Constructor Summary
Constructors Constructor Description CountDistinct()
-
Method Summary
Modifier and Type Method Description Doubleevaluate(DoubleArray values, Integer begin, Integer length)CountDistinctcopy()StringtoString()-
Methods inherited from class it.unibo.alchemist.loader.export.statistic.CountDistinct
evaluate, evaluate, getData, getDataRef, setData, setData, test, test, test, test -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
evaluate
Double evaluate(DoubleArray values, Integer begin, Integer length)
-
copy
CountDistinct copy()
-
-
-
-