public class FastFrequencyVector extends 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(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)
Copyright © 2018. All rights reserved.