|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcontextFold.scoring.FMeasureLossCalculator
public class FMeasureLossCalculator
Constructor Summary | |
---|---|
FMeasureLossCalculator()
|
|
FMeasureLossCalculator(float beta)
|
Method Summary | |
---|---|
float |
loss(int[] guessFold,
int[] goldFold)
General distance measurements between two foldings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FMeasureLossCalculator(float beta)
public FMeasureLossCalculator()
Method Detail |
---|
public float loss(int[] guessFold, int[] goldFold)
LossCalculator
guessFold
when the real folding is goldFold
.
loss
in interface LossCalculator
guessFold
- a predicted foldinggoldFold
- known folding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |