public class ScoreFingerprints
extends java.lang.Object
Constructor and Description |
---|
ScoreFingerprints(java.lang.String matcher,
java.lang.String fpFile1,
java.lang.String fpFile2)
Constructor that creates a matcher object and two Base64 encoded fingerprint string objects
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMatch()
Depending on the matcher, returns string representations of either the boolean match or integer similarity of these
two fingerprints
|
void |
printMatch()
Depending on the matcher, prints either the boolean match or integer similarity of these two fingerprints
|
public ScoreFingerprints(java.lang.String matcher, java.lang.String fpFile1, java.lang.String fpFile2)
matcher
- the string matcher name to use to determine the score of these fingerprintsfpFile1
- the string filename of the first fingerprintfpFile2
- the string filename of the second fingerprintpublic void printMatch()
public java.lang.String getMatch()