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>classDescriptorHandlerFFP512classDescriptorHandlerFlexophoreDescriptorHandlerFlexophoreclassDescriptorHandlerFunctionalGroupsclassDescriptorHandlerHashedCFpclassDescriptorHandlerIntVector<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()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() -
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
-