|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.trove.THash
gnu.trove.TPrimitiveHash
gnu.trove.TIntHash
gnu.trove.TIntDoubleHashMap
opennlp.maxent.TIntParamHashMap
public class TIntParamHashMap
Data structure for storing a models parameters for each outcome associated with a specific context.
| Field Summary |
|---|
| Fields inherited from class gnu.trove.TIntDoubleHashMap |
|---|
_values |
| Fields inherited from class gnu.trove.TIntHash |
|---|
_hashingStrategy, _set |
| Fields inherited from class gnu.trove.TPrimitiveHash |
|---|
_states, FREE, FULL, REMOVED |
| Fields inherited from class gnu.trove.THash |
|---|
_free, _loadFactor, _maxSize, _size, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR |
| Constructor Summary | |
|---|---|
TIntParamHashMap()
|
|
TIntParamHashMap(int initialCapacity)
|
|
TIntParamHashMap(int initialCapacity,
float loadFactor)
|
|
| Method Summary | |
|---|---|
double |
get(int key)
|
| Methods inherited from class gnu.trove.TIntDoubleHashMap |
|---|
adjustValue, clear, clone, containsKey, containsValue, equals, forEachEntry, forEachKey, forEachValue, getValues, hashCode, increment, iterator, keys, put, rehash, remove, removeAt, retainEntries, setUp, transformValues |
| Methods inherited from class gnu.trove.TIntHash |
|---|
computeHashCode, contains, forEach, index, insertionIndex |
| Methods inherited from class gnu.trove.TPrimitiveHash |
|---|
capacity |
| Methods inherited from class gnu.trove.THash |
|---|
compact, ensureCapacity, isEmpty, postInsertHook, size, trimToSize |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TIntParamHashMap()
public TIntParamHashMap(int initialCapacity)
public TIntParamHashMap(int initialCapacity,
float loadFactor)
| Method Detail |
|---|
public double get(int key)
get in class gnu.trove.TIntDoubleHashMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||