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