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.context This packages provides functionality for building and managing representations of context in texts (XML documents). 
 

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, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState OpenCloseStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState InsideOutsideStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState BeginEndStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
abstract  CombinationState CombinationStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          Translates the classes predicted by the classifiers in a decision for the caller.
 CombinationState BeginAfterStrategy.translateResult(PredictionDistribution[] predictions, TokenDetails details)
          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[] 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.
 String[] BeginAfterStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class to a class name to feed to the classifiers in training mode.
 void BeginEndStrategy.updateState(CombinationState newState, PredictionDistribution[] predictions, TokenDetails details)
          Updates the current state (the class of the last item).
 void CombinationStrategy.updateState(CombinationState newState, PredictionDistribution[] predictions, TokenDetails details)
          Updates the current state (the class of the last item).
 

Uses of CombinationState in de.fu_berlin.ties.context
 

Methods in de.fu_berlin.ties.context that return CombinationState
 CombinationState ContextDetails.getState()
          Returns the combination state returned by the used CombinationStrategy for this token.
 

Constructors in de.fu_berlin.ties.context with parameters of type CombinationState
ContextDetails(String theToken, int tokenRep, int tokenIndex, boolean wsBefore, FeatureVector features, CombinationState combiState, boolean isRelevant)
          Creates a new instance.
ContextDetails(TokenDetails orgDetails, FeatureVector features, CombinationState combiState, boolean isRelevant)
          Creates a new instance, re-using field values from a TokenDetails instance.
 



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