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 class
MolDistHist
class
MolDistHistViz
Class for Flexophore visualization and atom tracking.class
MolDistHistVizFrag
Methods in com.actelion.research.chem.descriptor.flexophore with parameters of type DistHist Modifier and Type Method Description void
SlidingWindowDistHist. apply(DistHist distHist)
void
DistHist. copy(DistHist copy)
java.lang.String
DistHistEncoder. encodeHistograms(DistHist dh)
static int
ClusterNode. 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 double
HistogramMatchCalculator. getPercentageOverlap(DistHist dh1, int indexDistHist1At1, int indexDistHist1At2, DistHist dh2, int indexDistHist2At1, int indexDistHist2At2)
static double
HistogramMatchCalculator. getSimilarity(DistHist dh1, int indexDistHist1At1, int indexDistHist1At2, DistHist dh2, int indexDistHist2At1, int indexDistHist2At2)
-