|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fu_berlin.ties.extract.TrainEval.Results
public static class TrainEval.Results
An inner class wrapping the results of a training + evaluation run.
Constructor Summary | |
---|---|
TrainEval.Results()
Creates a new instance. |
Method Summary | |
---|---|
EvaluatedExtractionContainer |
getEvaluated(int iteration)
Returns one of the stored evaluated extraction containers. |
EvaluatedExtractionContainer |
getEvaluated(Integer iteration)
Returns one of the stored evaluated extraction containers. |
Iterator<Integer> |
iterations()
Returns an iterator over the TUNE iterations for which extraction results are stored. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrainEval.Results()
Method Detail |
---|
public EvaluatedExtractionContainer getEvaluated(Integer iteration)
iteration
- the number of the TUNE iteration to return;
must be contained in iterations()
, otherwise
null
will be returned
public EvaluatedExtractionContainer getEvaluated(int iteration)
iteration
- the number index of the TUNE iterations to return;
must be contained in iterations()
, otherwise
null
will be returned
public Iterator<Integer> iterations()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |