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()
AggregatorSet
average
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> cardinality()
AggregatorSet
cardinality
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> largest()
AggregatorSet
largest
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> maximum()
AggregatorSet
maximum
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> minimum()
AggregatorSet
minimum
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> norm1()
AggregatorSet
norm1
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> norm2()
AggregatorSet
norm2
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> product()
AggregatorSet
product
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> product2()
AggregatorSet
product2
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> smallest()
AggregatorSet
smallest
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> sum()
AggregatorSet
sum
in class AggregatorSet<RationalNumber>
public AggregatorFunction<RationalNumber> sum2()
AggregatorSet
sum2
in class AggregatorSet<RationalNumber>
Copyright © 2019 Optimatika. All rights reserved.