Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
messif.utility |
Various utilities that does not fit anywhere else including
a main class for executing batch files.
|
Modifier and Type | Method and Description |
---|---|
ResetableIterator<ObjectFeature> |
ObjectFeatureOrderedSet.iterator(SortDimension.Window wnd)
Iterate over all features within the passed window.
|
Modifier and Type | Method and Description |
---|---|
protected static float |
ObjectFeatureSetNeedlemanWunsch.getDistance(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2)
CAVEAT: This implementation is different from the implementation in
getDistanceImpl |
protected static float |
ObjectFeatureSetNeedlemanWunsch.getDistance(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2)
CAVEAT: This implementation is different from the implementation in
getDistanceImpl |
protected static float |
ObjectFeatureSetSmithWaterman.getDistance(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2)
CAVEAT: This implementation is different from the implementation in
getDistanceImpl |
protected static float |
ObjectFeatureSetSmithWaterman.getDistance(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2)
CAVEAT: This implementation is different from the implementation in
getDistanceImpl |
static float |
ObjectFeatureSetNeedlemanWunsch.getSimilarity(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2) |
static float |
ObjectFeatureSetNeedlemanWunsch.getSimilarity(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2) |
static float |
ObjectFeatureSetSmithWaterman.getSimilarity(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2) |
static float |
ObjectFeatureSetSmithWaterman.getSimilarity(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2) |
static float |
ObjectFeatureSetSmithWaterman.getSimilarityN(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2) |
static float |
ObjectFeatureSetSmithWaterman.getSimilarityN(SequenceMatchingCost cost,
ResetableIterator<ObjectFeature> it1,
ResetableIterator<ObjectFeature> it2) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayResetableIterator<E> |