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 class
ModelSolutionSimilarity
Constructors 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 float
ObjectiveBlurFlexophoreHardMatchUncovered. getSimilarity(SolutionCompleteGraph solution)
float
ObjectiveBlurFlexophoreHardMatchUncovered. getSimilarityHistogramsForNode(SolutionCompleteGraph solution, int indexHeap)
boolean
ObjectiveBlurFlexophoreHardMatchUncovered. isValidSolution(SolutionCompleteGraph solution)
If a single histogram is not matching the solution is invalid.void
ObjectiveBlurFlexophoreHardMatchUncovered. 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 SolutionCompleteGraph
FactorySolution. createObject()
SolutionCompleteGraph
CompleteGraphMatcher. getBestMatchingSolution()
Methods in com.actelion.research.util.graph.complete with parameters of type SolutionCompleteGraph Modifier and Type Method Description int
SolutionCompleteGraph. compareTo(SolutionCompleteGraph s)
float
IObjectiveCompleteGraph. getSimilarity(SolutionCompleteGraph solution)
boolean
IObjectiveCompleteGraph. isValidSolution(SolutionCompleteGraph solution)
void
IObjectiveCompleteGraph. setMatchingInfoInQueryAndBase(SolutionCompleteGraph solution)
-