Uses of Class
edu.illinois.cs.cogcomp.lbj.coref.ir.scores.Score

Packages that use Score
edu.illinois.cs.cogcomp.lbj.coref.ir.scores   
edu.illinois.cs.cogcomp.lbj.coref.scorers   
 

Uses of Score in edu.illinois.cs.cogcomp.lbj.coref.ir.scores
 

Subclasses of Score in edu.illinois.cs.cogcomp.lbj.coref.ir.scores
 class FScore
          Stores correctPredictionCount, PredictionCount, and targetCount, and calculates and returns Precision, Recall, and F-Measure.
 

Uses of Score in edu.illinois.cs.cogcomp.lbj.coref.scorers
 

Methods in edu.illinois.cs.cogcomp.lbj.coref.scorers that return Score
 Score BCubedBase.getScore(ChainSolution<Mention> key, ChainSolution<Mention> pred)
          Computes the B-Cubed F-Score for a chain solution.
 Score ChainScorer.getScore(ChainSolution<T> key, ChainSolution<T> pred)
          Gets the score for a single solution.
 Score BCubedScorer.getScore(java.util.List<ChainSolution<Mention>> keys, java.util.List<ChainSolution<Mention>> preds)
          Computes the within-document B-Cubed F-Score for a collection of documents.
abstract  Score BCubedBase.getScore(java.util.List<ChainSolution<Mention>> keys, java.util.List<ChainSolution<Mention>> preds)
          Computes the B-Cubed F-Score for a collection of documents.
abstract  Score BCubedUniformPerMentionBase.getScore(java.util.List<ChainSolution<Mention>> keys, java.util.List<ChainSolution<Mention>> preds)
          Computes the B-Cubed F-Score for a collection of documents.
abstract  Score ChainScorer.getScore(java.util.List<ChainSolution<T>> keys, java.util.List<ChainSolution<T>> preds)
          Gets the score for a list of documents.
abstract  Score Scorer.getScore(ST key, ST pred)
          Gets the score, whose contents will vary depending on the type of scorer.