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 floatExtendedMoleculeFunctions. 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 classAbstractDescriptorHandlerFP<U>classAbstractDescriptorHandlerLongFP<U>classDescriptorHandlerBinarySkelSpheresDescriptorHandlerBinarySkelSpheres This descriptor is a binary representation of the Skeleton Spheres descriptor.classDescriptorHandlerFFP512classDescriptorHandlerFlexophoreDescriptorHandlerFlexophore 29 Jan 2009 MvK: Start implementation 15 Oct 2012 MvK renamed DescriptorHandler3DMM2PPInteract-->DescriptorHandlerFlexophore 19 Apr 2013 MvK major changes in Flexophore encoding decoding 25 Apr 2013 MvK Flexophore version changed --> 3.0 07 May 2013 MvK bug fixes in encoding.classDescriptorHandlerFunctionalGroupsclassDescriptorHandlerHashedCFpclassDescriptorHandlerIntVector<U>This is a descriptor handler, where the input object is an integer array that typically represents counts of some sort.classDescriptorHandlerLongCFPclassDescriptorHandlerLongFFP512classDescriptorHandlerLongPFP512classDescriptorHandlerPFP512classDescriptorHandlerReactionFPclassDescriptorHandlerSkeletonSpheresMethods in com.actelion.research.chem.descriptor that return DescriptorHandler Modifier and Type Method Description DescriptorHandlerDescriptorHandlerFactory. create(java.lang.String shortName)DescriptorHandlerDescriptorHandlerStandard2DFactory. create(java.lang.String shortName)DescriptorHandlerDescriptorHandlerStandardFactory. create(java.lang.String shortName)DescriptorHandlerDescriptorHandlerFactory. getDefaultDescriptorHandler(java.lang.String shortName)DescriptorHandlerDescriptorHandlerStandard2DFactory. getDefaultDescriptorHandler(java.lang.String shortName)DescriptorHandlerDescriptorHandlerStandardFactory. getDefaultDescriptorHandler(java.lang.String shortName)DescriptorHandler<T,U>DescriptorHandler. getThreadSafeCopy()DescriptorHandlerDescriptorHandlerBinarySkelSpheres. 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> TDescriptorHelper. 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 interfaceIDescriptorHandlerFlexophore -
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 classDescriptorHandlerPTreeMethods 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 classDescriptorHandlerShapeclassDescriptorHandlerShapeOneConf
-