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. 
 

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
abstract  CombinationState CombinationStrategy.translateResult(String predictedClass)
          Translates the class predicted by the classifier in a decision for the caller.
 CombinationState CombinationStrategy.state()
          The current state (state of the last item).
 CombinationState BeginAfterStrategy.translateResult(String predictedClass)
          Translates the class predicted by the classifier in a decision for the caller. The end information might be unreliably/absend for same classes.
 CombinationState InsideOutsideStrategy.translateResult(String predictedClass)
          Translates the class predicted by the classifier in a decision for the caller. The end information might be unreliably/absend for same classes.
 CombinationState OpenCloseStrategy.translateResult(String predictedClass)
          Translates the class predicted by the classifier in a decision for the caller. The end information might be unreliably/absend for same classes.
 

Methods in de.fu_berlin.ties.combi with parameters of type CombinationState
abstract  String CombinationStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class in a class name to feed to the classifier in training mode.
 void CombinationStrategy.updateState(CombinationState newState)
          Updates the current state (the class of the last item).
 String BeginAfterStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class in a class name to feed to the classifier in training mode. This method reverses the direction of CombinationStrategy.translateResult(String).

The return value can be feed to the classifier for training it.

 String InsideOutsideStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class in a class name to feed to the classifier in training mode. This method reverses the direction of CombinationStrategy.translateResult(String).

The return value can be feed to the classifier for training it.

 String OpenCloseStrategy.translateCurrentState(CombinationState currentState)
          Translates an expected class in a class name to feed to the classifier in training mode. This method reverses the direction of CombinationStrategy.translateResult(String).

The return value can be feed to the classifier for training it.

 



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