|
|||||||||||
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
An inner class wrapping the results of a training + evaluation run.
Constructor Summary | |
TrainEval.Results(EvaluatedExtractionContainer evalExtractions,
FeatureCountView trainFeatures,
FeatureCountView extractFeatures)
Creates a new instance. |
Method Summary | |
EvaluatedExtractionContainer |
getEvaluated()
Returns the evaluated extractions. |
FeatureCountView |
getExtractFeatureCV()
Returns a read-only view on the feature count statistics collected during training. |
FeatureCountView |
getTrainFeatureCV()
Returns a read-only view on the feature count statistics collected during extraction. |
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(EvaluatedExtractionContainer evalExtractions, FeatureCountView trainFeatures, FeatureCountView extractFeatures)
evalExtractions
- the evaluated extractionstrainFeatures
- a read-only view on the feature count statistics
collected during trainingextractFeatures
- a read-only view on the feature count
statistics collected during extractionMethod Detail |
public EvaluatedExtractionContainer getEvaluated()
public FeatureCountView getExtractFeatureCV()
public FeatureCountView getTrainFeatureCV()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |