Class AFPChainScorer
- java.lang.Object
-
- org.biojava.nbio.structure.align.util.AFPChainScorer
-
public class AFPChainScorer extends Object
-
-
Constructor Summary
Constructors Constructor Description AFPChainScorer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getTMScore(AFPChain align, Atom[] ca1, Atom[] ca2)
static double
getTMScore(AFPChain align, Atom[] ca1, Atom[] ca2, boolean normalizeMin)
-
-
-
Constructor Detail
-
AFPChainScorer
public AFPChainScorer()
-
-
Method Detail
-
getTMScore
public static double getTMScore(AFPChain align, Atom[] ca1, Atom[] ca2) throws StructureException
- Throws:
StructureException
-
getTMScore
public static double getTMScore(AFPChain align, Atom[] ca1, Atom[] ca2, boolean normalizeMin) throws StructureException
- Throws:
StructureException
-
-