Package org.datavec.api.transform.ops
Class AggregableMultiOp<T>
- java.lang.Object
-
- org.datavec.api.transform.ops.AggregableMultiOp<T>
-
- All Implemented Interfaces:
Serializable,IAggregableReduceOp<T,List<Writable>>,Consumer<T>,Supplier<List<Writable>>
public class AggregableMultiOp<T> extends Object implements IAggregableReduceOp<T,List<Writable>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AggregableMultiOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(T t)<U extends IAggregableReduceOp<T,List<Writable>>>
voidcombine(U accu)List<Writable>get()
-
-
-
Method Detail
-
combine
public <U extends IAggregableReduceOp<T,List<Writable>>> void combine(U accu)
- Specified by:
combinein interfaceIAggregableReduceOp<T,List<Writable>>
-
-