|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.strbio.mol.lib.FRParametersNode
public class FRParametersNode
Fold recognition parameters. This consists of a set of parameters to do an alignment, followed by a set of parameters for evaluating the score for the resulting alignment. Finally, 4 weights are given to measure the relative contributions of these results to the overall FR scheme.
Field Summary | |
---|---|
AlignmentParameters |
creationAP
Alignment parameters used to create the alignment. |
AlignmentParameters |
evaluationAP
Alignment parameters used to evaluate the alignment. |
double |
weightAverage
How much to weight the average (gapped) score of the alignments? |
double |
weightCoverage
How much to weight the alignment coverage of the alignments? |
double |
weightTotal
How much to weight the total score of the alignments? |
double |
weightZScore
How much to weight the Z score (of the total score) of the alignments? |
Constructor Summary | |
---|---|
FRParametersNode()
Create an empty node. |
Method Summary | |
---|---|
void |
describe(Printf outfile)
Describe prints parameters of the components, if they support it |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public AlignmentParameters creationAP
public AlignmentParameters evaluationAP
public double weightAverage
public double weightTotal
public double weightZScore
public double weightCoverage
Constructor Detail |
---|
public FRParametersNode()
Method Detail |
---|
public void describe(Printf outfile)
describe
in interface Description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |