| Package | Description |
|---|---|
| org.deeplearning4j.berkeley |
| Modifier and Type | Class and Description |
|---|---|
static class |
MapFactory.HashMapFactory<K,V> |
static class |
MapFactory.IdentityHashMapFactory<K,V> |
static class |
MapFactory.TreeMapFactory<K,V> |
static class |
MapFactory.WeakHashMapFactory<K,V> |
| Modifier and Type | Method and Description |
|---|---|
protected Counter<V> |
CounterMap.buildCounter(MapFactory<V,Double> mf) |
| Constructor and Description |
|---|
Counter(MapFactory<E,Double> mf) |
CounterMap(MapFactory<K,Counter<V>> outerMF,
MapFactory<V,Double> innerMF) |
CounterMap(MapFactory<K,Counter<V>> outerMF,
MapFactory<V,Double> innerMF) |
Copyright © 2016. All Rights Reserved.