public interface SimilarityResult extends Serializable
SimilarityResult is a simple wrapper for a single structure in a similarity query based result.| Modifier and Type | Method and Description |
|---|---|
double |
getDissimiliarity()
Get the represented dissimilarity value.
|
int |
getTargetIndex()
Get the internal index of the represented target structure.
|