Uses of Class
de.fu_berlin.ties.eval.Mistake.MistakeTypes

Packages that use Mistake.MistakeTypes
de.fu_berlin.ties.eval This packages provides functionality for evaluating results of classifiers and extractors. 
 

Uses of Mistake.MistakeTypes in de.fu_berlin.ties.eval
 

Methods in de.fu_berlin.ties.eval that return Mistake.MistakeTypes
static Mistake.MistakeTypes Mistake.MistakeTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Mistake.MistakeTypes[] Mistake.MistakeTypes.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in de.fu_berlin.ties.eval that return types with arguments of type Mistake.MistakeTypes
 SortedSet<Mistake.MistakeTypes> Mistake.getMistakes()
          Returns the set of the mistake types that occurred.
 

Method parameters in de.fu_berlin.ties.eval with type arguments of type Mistake.MistakeTypes
static String Mistake.flatten(SortedSet<Mistake.MistakeTypes> mistakeSet)
          Flattens a set of mistake types into a string.
 

Constructor parameters in de.fu_berlin.ties.eval with type arguments of type Mistake.MistakeTypes
Mistake(Extraction myAnswerKey, Extraction myPrediction, SortedSet<Mistake.MistakeTypes> myMistakes, String mySource)
          Creates a new instance.
 



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