K - public class FastFrequencyVector
extends java.lang.Object
| Constructor and Description |
|---|
FastFrequencyVector() |
| Modifier and Type | Method and Description |
|---|---|
static <K> double |
fuzzyPrecision(DoubleHashMap<K> me,
DoubleHashMap<K> other)
Computes the fuzzy precision of this vector wrt the other vector
|
static <K> double |
fuzzyPrecision(IntHashMap<K> me,
IntHashMap<K> other)
Computes the fuzzy precision of this vector wrt the other vector
|
static <K> double |
fuzzyRecall(DoubleHashMap<K> me,
DoubleHashMap<K> other)
Computes the fuzzy recall of this vector wrt the other vector
|
static <K> double |
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) |
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