|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.commons.math.PairwiseAggregatorBase
edu.tum.cs.commons.math.MinAggregator
public class MinAggregator
Minimum aggregator.
Constructor Summary | |
---|---|
MinAggregator()
|
Method Summary | |
---|---|
protected double |
aggregate(double aggregate,
double value)
Calculate aggregate of two values. |
double |
getNeutralElement()
Returns Double.POSITIVE_INFINITY . |
Methods inherited from class edu.tum.cs.commons.math.PairwiseAggregatorBase |
---|
aggregate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MinAggregator()
Method Detail |
---|
public double getNeutralElement()
Double.POSITIVE_INFINITY
.
protected double aggregate(double aggregate, double value)
aggregate
in class PairwiseAggregatorBase
aggregate
- the value that has been aggregated by previous pairwise
aggregationsvalue
- the new value
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |