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.Object
TODO: 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 void
calculate(java.util.List<PharmacophoreNode> treeNodes1, java.util.List<PharmacophoreNode> treeNodes2)
int[][]
getMatch()
double
getSim()
double[]
getSizes()
void
setSim(double sim)
void
setSizes(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)
-
-