Uses of Class
de.fu_berlin.ties.classify.Probability

Packages that use Probability
de.fu_berlin.ties.classify This package provides functionality for classification of texts and feature vectors. 
de.fu_berlin.ties.combi This package provides combination strategies for combining sequential classification decisions. 
de.fu_berlin.ties.extract This package handles information extraction and entity recognition. 
 

Uses of Probability in de.fu_berlin.ties.classify
 

Methods in de.fu_berlin.ties.classify that return Probability
 Probability Prediction.getProbability()
          Calculates and returns the average probability.
protected  Probability Prediction.removeProb(boolean atEnd)
          Deletes one of the probabilities used for the prediction.
 

Methods in de.fu_berlin.ties.classify with parameters of type Probability
 void Prediction.addProb(Probability prob, boolean atEnd)
          Adds a new probability for the prediction.
 

Constructors in de.fu_berlin.ties.classify with parameters of type Probability
Prediction(String predicted, Probability prob)
          Creates a new instance, setting the evaluation status to EvalStatus.UNKNOWN.
Prediction(String predicted, Probability prob, EvalStatus status)
          Creates a new instance.
Prediction(String predicted, String sourceID, Probability prob, EvalStatus status)
          Creates a new instance.
 

Uses of Probability in de.fu_berlin.ties.combi
 

Methods in de.fu_berlin.ties.combi that return Probability
 Probability CombinationState.getProbability()
          Returns the probability of this instance.
 

Constructors in de.fu_berlin.ties.combi with parameters of type Probability
CombinationState(String myType, boolean myBegin, boolean myEnd, Probability myProb)
          Creates a new instance, setting CombinationState.isDiscardPreceding() to false.
CombinationState(String myType, boolean myBegin, boolean myEnd, Probability myProb, boolean discardPrevious)
          Creates a new instance.
 

Uses of Probability in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract with parameters of type Probability
 void Extraction.addToken(TokenDetails details, Probability prob, boolean atEnd)
          Adds a token to this extraction, recalculating the probability by multiplying the prior probability value with the probability of the new text.
 void Extraction.modifyProbability(Probability prob)
          Modifies the probability of an extraction.
 

Constructors in de.fu_berlin.ties.extract with parameters of type Probability
Extraction(String predicted, TokenDetails details, Probability prob)
          Creates a new instance, setting the evaluation status to EvalStatus.UNKNOWN.
Extraction(String predicted, TokenDetails details, Probability prob, EvalStatus status)
          Creates a new instance.
 



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