Uses of Interface
com.actelion.research.chem.descriptor.DescriptorHandler
-
-
Uses of DescriptorHandler in com.actelion.research.chem
Methods in com.actelion.research.chem with parameters of type DescriptorHandler Modifier and Type Method Description static float
ExtendedMoleculeFunctions. getSimilarity(StereoMolecule m1, StereoMolecule m2, DescriptorHandler dh)
Constructors in com.actelion.research.chem with parameters of type DescriptorHandler Constructor Description Clusterer(DescriptorHandler<T,?> descriptorHandler, T[] descriptor)
-
Uses of DescriptorHandler in com.actelion.research.chem.descriptor
Classes in com.actelion.research.chem.descriptor that implement DescriptorHandler Modifier and Type Class Description class
AbstractDescriptorHandlerFP<U>
class
AbstractDescriptorHandlerLongFP<U>
class
DescriptorHandlerFFP512
class
DescriptorHandlerFlexophore
DescriptorHandlerFlexophoreclass
DescriptorHandlerFunctionalGroups
class
DescriptorHandlerHashedCFp
class
DescriptorHandlerIntVector<U>
This is a descriptor handler, where the input object is an integer array that typically represents counts of some sort.class
DescriptorHandlerLongCFP
class
DescriptorHandlerLongFFP512
class
DescriptorHandlerLongPFP512
class
DescriptorHandlerPFP512
class
DescriptorHandlerReactionFP
class
DescriptorHandlerSkeletonSpheres
Methods in com.actelion.research.chem.descriptor that return DescriptorHandler Modifier and Type Method Description DescriptorHandler
DescriptorHandlerFactory. create(java.lang.String shortName)
DescriptorHandler
DescriptorHandlerStandard2DFactory. create(java.lang.String shortName)
DescriptorHandler
DescriptorHandlerStandardFactory. create(java.lang.String shortName)
DescriptorHandler
DescriptorHandlerFactory. getDefaultDescriptorHandler(java.lang.String shortName)
DescriptorHandler
DescriptorHandlerStandard2DFactory. getDefaultDescriptorHandler(java.lang.String shortName)
DescriptorHandler
DescriptorHandlerStandardFactory. getDefaultDescriptorHandler(java.lang.String shortName)
DescriptorHandler<T,U>
DescriptorHandler. getThreadSafeCopy()
DescriptorHandler<int[],StereoMolecule>
DescriptorHandlerFFP512. getThreadSafeCopy()
DescriptorHandler<int[][],StereoMolecule>
DescriptorHandlerFunctionalGroups. getThreadSafeCopy()
DescriptorHandler<int[],StereoMolecule>
DescriptorHandlerHashedCFp. getThreadSafeCopy()
DescriptorHandler<int[],U>
DescriptorHandlerIntVector. getThreadSafeCopy()
DescriptorHandler<long[],StereoMolecule>
DescriptorHandlerLongCFP. getThreadSafeCopy()
DescriptorHandler<long[],StereoMolecule>
DescriptorHandlerLongFFP512. getThreadSafeCopy()
DescriptorHandler<long[],StereoMolecule>
DescriptorHandlerLongPFP512. getThreadSafeCopy()
DescriptorHandler<int[],StereoMolecule>
DescriptorHandlerPFP512. getThreadSafeCopy()
DescriptorHandler<long[],Reaction>
DescriptorHandlerReactionFP. getThreadSafeCopy()
DescriptorHandler<byte[],StereoMolecule>
DescriptorHandlerSkeletonSpheres. getThreadSafeCopy()
Methods in com.actelion.research.chem.descriptor with parameters of type DescriptorHandler Modifier and Type Method Description static <T> T
DescriptorHelper. create(DescriptorHandler<T,StereoMolecule> dh, java.lang.String idcode)
-
Uses of DescriptorHandler in com.actelion.research.chem.descriptor.flexophore
Subinterfaces of DescriptorHandler in com.actelion.research.chem.descriptor.flexophore Modifier and Type Interface Description interface
IDescriptorHandlerFlexophore
-
Uses of DescriptorHandler in com.actelion.research.chem.descriptor.pharmacophoretree
Classes in com.actelion.research.chem.descriptor.pharmacophoretree that implement DescriptorHandler Modifier and Type Class Description class
DescriptorHandlerPTree
Methods in com.actelion.research.chem.descriptor.pharmacophoretree that return DescriptorHandler Modifier and Type Method Description DescriptorHandler<PharmacophoreTree,StereoMolecule>
DescriptorHandlerPTree. getThreadSafeCopy()
-
Uses of DescriptorHandler in com.actelion.research.chem.phesa
Classes in com.actelion.research.chem.phesa that implement DescriptorHandler Modifier and Type Class Description class
DescriptorHandlerShape
class
DescriptorHandlerShapeOneConf
-