Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
Modifier and Type | Method and Description |
---|---|
ObjectIntMultiVector.SortedDataIterator |
ObjectIntMultiVector.getSortedIterator()
Returns an iterator over the integers from all vector data arrays.
|
Modifier and Type | Method and Description |
---|---|
float |
MetaObjectProfiSCT.DatabaseSupport.KeywordWeightProvider.getWeight(ObjectIntMultiVector.SortedDataIterator iterator) |
float |
ObjectIntMultiVector.WeightProvider.getWeight(ObjectIntMultiVector.SortedDataIterator iterator)
Returns the weight for the item that the
iterator points to. |
float |
ObjectIntMultiVector.MultiWeightProvider.getWeight(ObjectIntMultiVector.SortedDataIterator iterator) |
float |
ObjectIntMultiVector.ArrayMultiWeightProvider.getWeight(ObjectIntMultiVector.SortedDataIterator iterator) |
float |
ObjectIntMultiVector.MapMultiWeightProvider.getWeight(ObjectIntMultiVector.SortedDataIterator iterator) |
float |
ObjectIntMultiVector.MultiWeightIgnoreProvider.getWeight(ObjectIntMultiVector.SortedDataIterator iterator) |
ObjectIntMultiVector.SDIteratorIntersectionResult |
ObjectIntMultiVector.SortedDataIterator.intersect(ObjectIntMultiVector.SortedDataIterator iterator)
Find the next value that is present in this iterator and the given
iterator . |
ObjectIntMultiVector.SDIteratorIntersectionResult |
ObjectIntMultiVector.SortedDataIterator.intersectSkipDuplicates(ObjectIntMultiVector.SortedDataIterator iterator,
int[] frequency)
Find the next value that is present in this iterator and the given
iterator . |