Package com.chemaxon.descriptors.common
Interface ComparisonResult
- All Known Subinterfaces:
ShapeComparisonResult
Result of a descriptor comparison.
Please note that this interface is marked with Beta
annotation, so it can be subject of incompatible
changes or removal in later releases.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Dissimilarity score of the comparison.double
Similarity score of the comparison.
-
Method Details
-
getSimilarity
double getSimilarity()Similarity score of the comparison.- Returns:
- The represented results associated similarity score
-
getDissimilarity
double getDissimilarity()Dissimilarity score of the comparison.- Returns:
- The represented results associated dissimilarity score
-