Package | Description |
---|---|
be.panako.strategy.cteq |
This package contains the Constant Q fingerprinter and matcher.
|
be.panako.strategy.cteq.storage |
An interface with a key-value storage engine.
|
be.panako.ui |
Modifier and Type | Method and Description |
---|---|
java.util.Set<CteQFingerprint> |
CteQFingerprintProcessor.getFingerprints() |
Modifier and Type | Method and Description |
---|---|
int |
CteQHashFunction.calculateHash(CteQFingerprint fingerprint) |
java.lang.String |
CteQHashFunction.explain(CteQFingerprint fingerprint) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CteQFingerprintQueryMatch> |
CteQMapDBStorage.getFingerprintMatches(java.util.List<CteQFingerprint> fingerprints,
int size) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<CteQFingerprint> |
CteQFingerprintLayer.getLandmarkTrios() |
Modifier and Type | Method and Description |
---|---|
void |
CteQFingerprintLayer.LandmarkSelectionHandler.selected(java.util.List<CteQFingerprint> trios) |
void |
CteQFingerprintLayer.setComparableTrios(java.util.List<CteQFingerprint> list) |