Class | Description |
---|---|
CompareDirectory |
Outputs a list of files and their scores, comparing a given fingerprint to a directory of files.
|
CosineSimilarityFingerprintMatcher |
Provides a score based on a cosine similarity match to be used with a BitVectorFingerprinter.
|
ExactFingerprintMatcher |
Determines if two fingerprints' documents are the same; uses a BitVectorFingerprinter
|
FingerprintMatcher |
This is the base class for all fingerprint matchers.
|
ScoreFingerprints |
Compares two XML fingerprints and provides a score for their degree of similarity.
|