Package | Description |
---|---|
be.panako.cteq |
This package contains the Constant Q fingerprinter and matcher.
|
be.panako.storage |
An interface with a key-value storage engine.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Fingerprint> |
CteQFingerprintProcessor.getFingerprints() |
Modifier and Type | Method and Description |
---|---|
int |
BalancedHashFunction.calculateHash(Fingerprint fingerprint) |
java.lang.String |
BalancedHashFunction.explain(Fingerprint fingerprint) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FingerprintQueryMatch> |
MapDBStorage.getFingerprintMatches(java.util.List<Fingerprint> fingerprints,
int size) |