Uses of Class
com.actelion.research.util.graph.complete.SolutionCompleteGraph
-
-
Uses of SolutionCompleteGraph in com.actelion.research.chem.descriptor.flexophore
Subclasses of SolutionCompleteGraph in com.actelion.research.chem.descriptor.flexophore Modifier and Type Class Description classModelSolutionSimilarityConstructors in com.actelion.research.chem.descriptor.flexophore with parameters of type SolutionCompleteGraph Constructor Description ModelSolutionSimilarity(SolutionCompleteGraph scg, float[] arrSimilarityNodes) -
Uses of SolutionCompleteGraph in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher
Methods in com.actelion.research.chem.descriptor.flexophore.completegraphmatcher with parameters of type SolutionCompleteGraph Modifier and Type Method Description floatObjectiveBlurFlexophoreHardMatchUncovered. getSimilarity(SolutionCompleteGraph solution)booleanObjectiveBlurFlexophoreHardMatchUncovered. isValidSolution(SolutionCompleteGraph solution)If a single histogram is not matching the solution is invalid.voidObjectiveBlurFlexophoreHardMatchUncovered. setMatchingInfoInQueryAndBase(SolutionCompleteGraph solution)Sets the color information for the visualization of the Flexophore PPPoints. -
Uses of SolutionCompleteGraph in com.actelion.research.util.graph.complete
Methods in com.actelion.research.util.graph.complete that return SolutionCompleteGraph Modifier and Type Method Description SolutionCompleteGraphFactorySolution. createObject()SolutionCompleteGraphCompleteGraphMatcher. getBestMatchingSolution()Methods in com.actelion.research.util.graph.complete with parameters of type SolutionCompleteGraph Modifier and Type Method Description intSolutionCompleteGraph. compareTo(SolutionCompleteGraph s)floatIObjectiveCompleteGraph. getSimilarity(SolutionCompleteGraph solution)booleanIObjectiveCompleteGraph. isValidSolution(SolutionCompleteGraph solution)voidIObjectiveCompleteGraph. setMatchingInfoInQueryAndBase(SolutionCompleteGraph solution)
-