public static class AggregatorImpls.AggregableFirst<T> extends Object implements IAggregableReduceOp<T,Writable>
Constructor and Description |
---|
AggregableFirst() |
Modifier and Type | Method and Description |
---|---|
void |
accept(T element) |
<W extends IAggregableReduceOp<T,Writable>> |
combine(W accu) |
Writable |
get() |
public void accept(T element)
accept
in interface org.nd4j.linalg.function.Consumer<T>
public <W extends IAggregableReduceOp<T,Writable>> void combine(W accu)
combine
in interface IAggregableReduceOp<T,Writable>
Copyright © 2018. All rights reserved.