Uses of Class
com.actelion.research.chem.descriptor.flexophore.DistHist
-
Packages that use DistHist Package Description com.actelion.research.chem.descriptor.flexophore com.actelion.research.chem.descriptor.flexophore.completegraphmatcher -
-
Uses of DistHist in com.actelion.research.chem.descriptor.flexophore
Subclasses of DistHist in com.actelion.research.chem.descriptor.flexophore Modifier and Type Class Description classMolDistHistclassMolDistHistVizClass for Flexophore visualization and atom tracking.classMolDistHistVizFragMethods in com.actelion.research.chem.descriptor.flexophore with parameters of type DistHist Modifier and Type Method Description voidSlidingWindowDistHist. apply(DistHist distHist)voidDistHist. copy(DistHist copy)java.lang.StringDistHistEncoder. encodeHistograms(DistHist dh)static intClusterNode. getRMSD(ClusterNode cluster, DistHist mdh)Constructors in com.actelion.research.chem.descriptor.flexophore with parameters of type DistHist Constructor Description DistHist(DistHist distHist) -
Uses of DistHist in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher
Methods in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher with parameters of type DistHist Modifier and Type Method Description static doubleHistogramMatchCalculator. getPercentageOverlap(DistHist dh1, int indexDistHist1At1, int indexDistHist1At2, DistHist dh2, int indexDistHist2At1, int indexDistHist2At2)static doubleHistogramMatchCalculator. getSimilarity(DistHist dh1, int indexDistHist1At1, int indexDistHist1At2, DistHist dh2, int indexDistHist2At1, int indexDistHist2At2)
-