de.fu_berlin.ties.extract
Class TrainEval.Results

java.lang.Object
  extended byde.fu_berlin.ties.extract.TrainEval.Results
Enclosing class:
TrainEval

public static class TrainEval.Results
extends Object

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

TrainEval.Results

public TrainEval.Results(EvaluatedExtractionContainer evalExtractions,
                         FeatureCountView trainFeatures,
                         FeatureCountView extractFeatures)
Creates a new instance.

Parameters:
evalExtractions - the evaluated extractions
trainFeatures - a read-only view on the feature count statistics collected during training
extractFeatures - a read-only view on the feature count statistics collected during extraction
Method Detail

getEvaluated

public EvaluatedExtractionContainer getEvaluated()
Returns the evaluated extractions.

Returns:
the stored attribute

getExtractFeatureCV

public FeatureCountView getExtractFeatureCV()
Returns a read-only view on the feature count statistics collected during training.

Returns:
the stored attribute

getTrainFeatureCV

public FeatureCountView getTrainFeatureCV()
Returns a read-only view on the feature count statistics collected during extraction.

Returns:
the stored attribute

toString

public String toString()
Returns a string representation of this object.

Returns:
a textual representation


Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.