|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavatools.datatypes.FastFrequencyVector
K - public class FastFrequencyVector
This class is part of the Java Tools (see http://mpii.de/yago-naga/javatools). It is licensed under the Creative Commons Attribution License (see http://creativecommons.org/licenses/by/3.0) by the YAGO-NAGA team (see http://mpii.de/yago-naga). This class FrequencyVector methods with DoubleHashMap and IntHashMap
| Constructor Summary | |
|---|---|
FastFrequencyVector()
|
|
| Method Summary | ||
|---|---|---|
static
|
fuzzyPrecision(DoubleHashMap<K> me,
DoubleHashMap<K> other)
Computes the fuzzy precision of this vector wrt the other vector |
|
static
|
fuzzyPrecision(IntHashMap<K> me,
IntHashMap<K> other)
Computes the fuzzy precision of this vector wrt the other vector |
|
static
|
fuzzyRecall(DoubleHashMap<K> me,
DoubleHashMap<K> other)
Computes the fuzzy recall of this vector wrt the other vector |
|
static
|
fuzzyRecall(IntHashMap<K> me,
IntHashMap<K> other)
Computes the fuzzy recall of this vector wrt the other vector |
|
static void |
main(java.lang.String[] args)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FastFrequencyVector()
| Method Detail |
|---|
public static <K> double fuzzyPrecision(DoubleHashMap<K> me,
DoubleHashMap<K> other)
public static <K> double fuzzyPrecision(IntHashMap<K> me,
IntHashMap<K> other)
public static <K> double fuzzyRecall(DoubleHashMap<K> me,
DoubleHashMap<K> other)
public static <K> double fuzzyRecall(IntHashMap<K> me,
IntHashMap<K> other)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||