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