Package com.chemaxon.descriptors.common
Interface ComparisonResult
-
- All Known Subinterfaces:
ShapeComparisonResult
@Beta @PublicAPI public interface ComparisonResult
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getDissimilarity()
Dissimilarity score of the comparison.double
getSimilarity()
Similarity score of the comparison.
-