Uses of Class
de.fu_berlin.ties.combi.CombinationState

Packages that use CombinationState
de.fu_berlin.ties.combi This package provides combination strategies for combining sequential classification decisions. 
de.fu_berlin.ties.extract.amend This package provides code for reanalysing proposed extractions and performing suitable amendments to improve results. 
 

Uses of CombinationState in de.fu_berlin.ties.combi
 

Fields in de.fu_berlin.ties.combi declared as CombinationState
static CombinationState CombinationState.OUTSIDE
          Combination state to be used for outside/other (type is set to null).
 

Methods in de.fu_berlin.ties.combi that return CombinationState
 CombinationState CombinationStrategy.state()
          The current state (state of the last item).
 CombinationState TrivialStrategy.translateResult(PredictionDistribution[] predictions)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState BeginAfterStrategy.translateResult(PredictionDistribution[] predictions)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState OpenCloseStrategy.translateResult(PredictionDistribution[] predictions)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState InsideOutsideStrategy.translateResult(PredictionDistribution[] predictions)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState BeginEndStrategy.translateResult(PredictionDistribution[] predictions)
          Translates the classes predicted by the classifiers in a decision for the caller.
abstract  CombinationState CombinationStrategy.translateResult(PredictionDistribution[] predictions)
          Translates the classes predicted by the classifiers in a decision for the caller.
 

Methods in de.fu_berlin.ties.combi with parameters of type CombinationState
 String[] TrivialStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class to a class name to feed to the classifiers in training mode.
 String[] BeginAfterStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class to a class name to feed to the classifiers in training mode.
 String[] OpenCloseStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class to a class name to feed to the classifiers in training mode.
 String[] InsideOutsideStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class to a class name to feed to the classifiers in training mode.
 String[] BeginEndStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class to a class name to feed to the classifiers in training mode.
abstract  String[] CombinationStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class to a class name to feed to the classifiers in training mode.
 void CombinationStrategy.updateState(CombinationState newState)
          Updates the current state (the class of the last item).
 

Uses of CombinationState in de.fu_berlin.ties.extract.amend
 

Methods in de.fu_berlin.ties.extract.amend that return CombinationState
 CombinationState TrainingContextDetails.getExpectedState()
          Returns the expected (true) CombinationState for this instance.
 CombinationState TrainingContextDetails.getPredictedState()
          Returns the CombinationState predicted by the current classification model for this token if there was an classification error; or null if the expected state was correctly predicted.
 

Constructors in de.fu_berlin.ties.extract.amend with parameters of type CombinationState
TrainingContextDetails(String theToken, int tokenRep, int tokenIndex, boolean wsBefore, FeatureVector features, CombinationState predicted, CombinationState expected)
          Creates a new instance.
TrainingContextDetails(TokenDetails orgDetails, FeatureVector features, CombinationState predicted, CombinationState expected)
          Creates a new instance, re-using field values from a TokenDetails instance.
 



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