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