Package gr.demokritos.iit.jinsect.documentModel.comparators

Class Summary
CachedDocumentComparator An optimized document comparator that uses cached edge information (via NGramCachedGraphComparator) for the graph comparison process.
DocumentHistoComparator A comparator class that only uses the histogram for comparison.
NGramCachedDistroGraphComparator A class that can compare graphs with distributions on their edges (like DocumentNGramDistroGraph).
NGramCachedGraphComparator An n-gram graph comparator class, which uses caching of edge info to optimize the comparison speed.
NGramGraphComparator An n-gram graph comparison performing class, the compares DocumentNGramGraph objects.
NGramHistogramComparator An n-gram histogram comparison performing class, the compares DocumentNGramHistogram objects.
StandardDocumentComparator This class implements the SimilarityComparatorListener interface, describing objects that can perform comparison between NGramDocument objects.
StandardDocumentDistroComparator This class implements the SimilarityComparatorListener interface, describing objects that can perform comparison between NGramDistroDocument objects, than contain n-gram graph edge information represented as distributions.