Class TreeMatcher.FeatureMatch
- java.lang.Object
-
- com.actelion.research.chem.descriptor.pharmacophoretree.TreeMatcher.FeatureMatch
-
- Enclosing class:
- TreeMatcher
public static class TreeMatcher.FeatureMatch extends java.lang.ObjectTODO: don't add null-matches!- Author:
- joel
-
-
Constructor Summary
Constructors Constructor Description FeatureMatch(int[][] match)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalculate(java.util.List<PharmacophoreNode> treeNodes1, java.util.List<PharmacophoreNode> treeNodes2)int[][]getMatch()doublegetSim()double[]getSizes()voidsetSim(double sim)voidsetSizes(double[] sizes)
-
-
-
Method Detail
-
calculate
public void calculate(java.util.List<PharmacophoreNode> treeNodes1, java.util.List<PharmacophoreNode> treeNodes2)
-
getSizes
public double[] getSizes()
-
getSim
public double getSim()
-
getMatch
public int[][] getMatch()
-
setSizes
public void setSizes(double[] sizes)
-
setSim
public void setSim(double sim)
-
-