Interface PharmacophoreFP
-
- All Superinterfaces:
Descriptor
,FloatVectorDescriptor
,Guarded
,Serializable
@Beta @PublicAPI public interface PharmacophoreFP extends FloatVectorDescriptor
2D pharmacophore fingerprint representation.Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.chemaxon.descriptors.common.Guarded
Guarded.EnsureThat, Guarded.New
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toHistogramString()
Converts the fingerprint into a human readable string.-
Methods inherited from interface com.chemaxon.descriptors.common.FloatVectorDescriptor
getEuclideanNorm, getFP, getManhattanNorm, getMaximumNorm
-
Methods inherited from interface com.chemaxon.descriptors.common.Guarded
getGuardObject
-
-
-
-
Method Detail
-
toHistogramString
String toHistogramString()
Converts the fingerprint into a human readable string.- Returns:
- string representation of the pharmacophore fingerprint
-
-