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