Class Min
- java.lang.Object
-
- ai.libs.jaicore.basic.aggregate.reals.Min
-
- All Implemented Interfaces:
org.api4.java.common.aggregate.IAggregateFunction<java.lang.Double>,org.api4.java.common.aggregate.IRealsAggregateFunction
public class Min extends java.lang.Object implements org.api4.java.common.aggregate.IRealsAggregateFunctionThe aggregation function "Min" aggregates the given values with the minimum operator, thus, returning the minimum of a list of values.
-
-
Constructor Summary
Constructors Constructor Description Min()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Doubleaggregate(java.util.List<java.lang.Double> values)
-