public class IndexedMetricSetSimilarity<E,V> extends Object
| Constructor and Description |
|---|
IndexedMetricSetSimilarity(SetSimilarityMetric metric,
int resultsSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Collection<E> elements,
V value) |
RankedList<V> |
indexMatch(Collection<E> lookupElements) |
protected E |
transform(E element)
All elements are transformed prior to use for storage or lookup.
|
public IndexedMetricSetSimilarity(SetSimilarityMetric metric, int resultsSize)
public void addValue(Collection<E> elements, V value)
public RankedList<V> indexMatch(Collection<E> lookupElements)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.