public final class PrimitiveAggregator extends AggregatorSet<Double>
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<AggregatorFunction<Double>> |
AVERAGE
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
CARDINALITY
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
LARGEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
MAX
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
MIN
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
NORM1
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
NORM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PRODUCT
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
PRODUCT2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
SMALLEST
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
SUM
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
static ThreadLocal<AggregatorFunction<Double>> |
SUM2
Deprecated.
v48 Use
AggregatorSet#getSet instead. This will be made private. |
Modifier and Type | Method and Description |
---|---|
AggregatorFunction<Double> |
average()
Average value
|
AggregatorFunction<Double> |
cardinality()
Count of non-zero elements
|
static PrimitiveAggregator |
getSet() |
AggregatorFunction<Double> |
largest()
Largest absolute value
|
AggregatorFunction<Double> |
maximum()
Max value
|
AggregatorFunction<Double> |
minimum()
Min value
|
AggregatorFunction<Double> |
norm1()
Sum of absolute values
|
AggregatorFunction<Double> |
norm2()
Square root of sum of squared values
|
AggregatorFunction<Double> |
product()
Running product
|
AggregatorFunction<Double> |
product2()
Running product of squares
|
AggregatorFunction<Double> |
smallest()
Smallest non-zero absolute value
|
AggregatorFunction<Double> |
sum()
Running sum
|
AggregatorFunction<Double> |
sum2()
Running sum of squares
|
get
@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> AVERAGE
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> CARDINALITY
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> LARGEST
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> MAX
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> MIN
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> NORM1
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> NORM2
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> PRODUCT
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> PRODUCT2
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> SMALLEST
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> SUM
AggregatorSet#getSet
instead. This will be made private.@Deprecated public static final ThreadLocal<AggregatorFunction<Double>> SUM2
AggregatorSet#getSet
instead. This will be made private.public static PrimitiveAggregator getSet()
public AggregatorFunction<Double> average()
AggregatorSet
average
in class AggregatorSet<Double>
public AggregatorFunction<Double> cardinality()
AggregatorSet
cardinality
in class AggregatorSet<Double>
public AggregatorFunction<Double> largest()
AggregatorSet
largest
in class AggregatorSet<Double>
public AggregatorFunction<Double> maximum()
AggregatorSet
maximum
in class AggregatorSet<Double>
public AggregatorFunction<Double> minimum()
AggregatorSet
minimum
in class AggregatorSet<Double>
public AggregatorFunction<Double> norm1()
AggregatorSet
norm1
in class AggregatorSet<Double>
public AggregatorFunction<Double> norm2()
AggregatorSet
norm2
in class AggregatorSet<Double>
public AggregatorFunction<Double> product()
AggregatorSet
product
in class AggregatorSet<Double>
public AggregatorFunction<Double> product2()
AggregatorSet
product2
in class AggregatorSet<Double>
public AggregatorFunction<Double> smallest()
AggregatorSet
smallest
in class AggregatorSet<Double>
public AggregatorFunction<Double> sum()
AggregatorSet
sum
in class AggregatorSet<Double>
public AggregatorFunction<Double> sum2()
AggregatorSet
sum2
in class AggregatorSet<Double>
Copyright © 2019 Optimatika. All rights reserved.