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