|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.strbio.mol.lib.ScoreID
public class ScoreID
A scoring function that returns a non-scaled identity matrix.
ScoreScaledID
Field Summary | |
---|---|
static double |
EQUAL
|
static double |
NOTEQUAL
|
Constructor Summary | |
---|---|
ScoreID()
|
Method Summary | |
---|---|
double |
score(char a,
char b)
This scoring function depends only on the residue type |
double |
score(Monomer a,
Monomer b)
Returns EQUAL if residue types are the same, otherwise NOTEQUAL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double EQUAL
public static final double NOTEQUAL
Constructor Detail |
---|
public ScoreID()
Method Detail |
---|
public double score(char a, char b)
public double score(Monomer a, Monomer b)
score
in interface ScoreFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |