|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.illinois.cs.cogcomp.lbj.coref.scorers.Scorer<ST>
ST - The solution type.public abstract class Scorer<ST extends Solution>
Base class for scorers that take a predicted solution and an answer key and return some quality metric.
| Constructor Summary | |
|---|---|
protected |
Scorer()
Default constructor. |
| Method Summary | |
|---|---|
abstract Score |
getScore(ST key,
ST pred)
Gets the score, whose contents will vary depending on the type of scorer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Scorer()
| Method Detail |
|---|
public abstract Score getScore(ST key,
ST pred)
key - The answer key (gold standard solution).pred - The predicted solution.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||