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()
AggregatorSetaverage in class AggregatorSet<Double>public AggregatorFunction<Double> cardinality()
AggregatorSetcardinality in class AggregatorSet<Double>public AggregatorFunction<Double> largest()
AggregatorSetlargest in class AggregatorSet<Double>public AggregatorFunction<Double> maximum()
AggregatorSetmaximum in class AggregatorSet<Double>public AggregatorFunction<Double> minimum()
AggregatorSetminimum in class AggregatorSet<Double>public AggregatorFunction<Double> norm1()
AggregatorSetnorm1 in class AggregatorSet<Double>public AggregatorFunction<Double> norm2()
AggregatorSetnorm2 in class AggregatorSet<Double>public AggregatorFunction<Double> product()
AggregatorSetproduct in class AggregatorSet<Double>public AggregatorFunction<Double> product2()
AggregatorSetproduct2 in class AggregatorSet<Double>public AggregatorFunction<Double> smallest()
AggregatorSetsmallest in class AggregatorSet<Double>public AggregatorFunction<Double> sum()
AggregatorSetsum in class AggregatorSet<Double>public AggregatorFunction<Double> sum2()
AggregatorSetsum2 in class AggregatorSet<Double>Copyright © 2019 Optimatika. All rights reserved.