Package org.datavec.api.transform.ops
Interface IAggregableReduceOp<T,V>
-
- All Superinterfaces:
Consumer<T>
,Serializable
,Supplier<V>
- All Known Implementing Classes:
AggregableCheckingOp
,AggregableMultiOp
,AggregatorImpls.AggregableCount
,AggregatorImpls.AggregableCountUnique
,AggregatorImpls.AggregableFirst
,AggregatorImpls.AggregableLast
,AggregatorImpls.AggregableMax
,AggregatorImpls.AggregableMean
,AggregatorImpls.AggregableMin
,AggregatorImpls.AggregablePopulationVariance
,AggregatorImpls.AggregableProd
,AggregatorImpls.AggregableRange
,AggregatorImpls.AggregableStdDev
,AggregatorImpls.AggregableSum
,AggregatorImpls.AggregableUncorrectedStdDev
,AggregatorImpls.AggregableVariance
,ByteWritableOp
,DispatchOp
,DispatchWithConditionOp
,DoubleWritableOp
,FloatWritableOp
,GeographicMidpointReduction.AverageCoordinateReduceOp
,IntWritableOp
,LongWritableOp
,StringAggregatorImpls.AggregableStringAppend
,StringAggregatorImpls.AggregableStringPrepend
,StringWritableOp
public interface IAggregableReduceOp<T,V> extends Consumer<T>, Supplier<V>, Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <W extends IAggregableReduceOp<T,V>>
voidcombine(W accu)
-
-
-
Method Detail
-
combine
<W extends IAggregableReduceOp<T,V>> void combine(W accu)
-
-