Package | Description |
---|---|
org.deeplearning4j.berkeley |
Modifier and Type | Method and Description |
---|---|
CounterMap<V,K> |
CounterMap.invert()
Constructs reverse CounterMap where the count of a pair (k,v)
is the count of (v,k) in the current CounterMap
|
static <K,V> CounterMap<K,V> |
CounterMap.parallelCounterMap()
Returns a thread safe counter map
|
static <V> CounterMap<V,V> |
CounterMap.runPairWise(List<V> items,
CounterMap.CountFunction<V> countFunction)
Build a counter map by iterating pairwise over the list.
|
Modifier and Type | Method and Description |
---|---|
void |
CounterMap.incrementAll(CounterMap<K,V> cMap) |
boolean |
CounterMap.isEqualTo(CounterMap<K,V> map) |
Constructor and Description |
---|
CounterMap(CounterMap<K,V> cm) |
Copyright © 2017. All rights reserved.