| Package | Description |
|---|---|
| javatools.datatypes | |
| javatools.parsers |
| Modifier and Type | Method and Description |
|---|---|
IntHashMap<K> |
IntHashMap.putAll(Object... keyValuePairs)
Creates an intHashMap from a list that contains keys and values in alternation
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntHashMap.add(IntHashMap<K> countBindings)
Adds all integer values up
|
void |
IntHashMap.addAll(IntHashMap<K> countBindings)
Adds all integer values up
|
static <K> double |
FastFrequencyVector.fuzzyPrecision(IntHashMap<K> me,
IntHashMap<K> other)
Computes the fuzzy precision of this vector wrt the other vector
|
static <K> double |
FastFrequencyVector.fuzzyPrecision(IntHashMap<K> me,
IntHashMap<K> other)
Computes the fuzzy precision of this vector wrt the other vector
|
static <K> double |
FastFrequencyVector.fuzzyRecall(IntHashMap<K> me,
IntHashMap<K> other)
Computes the fuzzy recall of this vector wrt the other vector
|
static <K> double |
FastFrequencyVector.fuzzyRecall(IntHashMap<K> me,
IntHashMap<K> other)
Computes the fuzzy recall of this vector wrt the other vector
|
| Constructor and Description |
|---|
IntHashMap(Map<K,IntHashMap<K>> map)
Creates an intHashMap with the same keys and the sizes
|
| Modifier and Type | Field and Description |
|---|---|
static IntHashMap<String> |
Char17.ampersandMap
Maps HTML ampersand sequences to strings
|
Copyright © 2018. All rights reserved.