|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EAggregationStrategy | |
---|---|
edu.tum.cs.commons.math | Collection of classes to aggregate values for lists of all values. |
Uses of EAggregationStrategy in edu.tum.cs.commons.math |
---|
Methods in edu.tum.cs.commons.math that return EAggregationStrategy | |
---|---|
static EAggregationStrategy |
EAggregationStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EAggregationStrategy[] |
EAggregationStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.tum.cs.commons.math with parameters of type EAggregationStrategy | |
---|---|
static double |
MathUtils.aggregate(java.util.Collection<? extends java.lang.Number> values,
EAggregationStrategy aggregation)
Aggregate collections of values with a given aggregation strategy. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |