Uses of Class
org.terrier.matching.daat.CandidateResult
-
Packages that use CandidateResult Package Description org.terrier.matching.daat Provides classes that implement a document-at-a-time (DAAT) matching strategy. -
-
Uses of CandidateResult in org.terrier.matching.daat
Subclasses of CandidateResult in org.terrier.matching.daat Modifier and Type Class Description classFatCandidateResultA version ofCandidateResultsuitable for use within the Fat framework byFatCandidateResultSet.Methods in org.terrier.matching.daat that return CandidateResult Modifier and Type Method Description protected CandidateResultFatFull. makeCandidateResult(org.terrier.matching.daat.Full.DAATFullMatchingState state, int currentDocId)protected CandidateResultFull. makeCandidateResult(org.terrier.matching.daat.Full.DAATFullMatchingState state, int currentDocId)Methods in org.terrier.matching.daat with parameters of type CandidateResult Modifier and Type Method Description protected voidFatFull. assignNotScore(org.terrier.matching.daat.Full.DAATFullMatchingState _state, int i, CandidateResult cc)protected voidFull. assignNotScore(org.terrier.matching.daat.Full.DAATFullMatchingState state, int i, CandidateResult cc)protected voidFatFull. assignScore(org.terrier.matching.daat.Full.DAATFullMatchingState state, int i, CandidateResult cc)protected voidFull. assignScore(org.terrier.matching.daat.Full.DAATFullMatchingState state, int i, CandidateResult cc)assign the score for this posting to this candidate result.intCandidateResult. compareTo(CandidateResult o).Method parameters in org.terrier.matching.daat with type arguments of type CandidateResult Modifier and Type Method Description protected CandidateResultSetFatFull. makeResultSet(org.terrier.matching.daat.Full.DAATFullMatchingState state, java.util.Queue<CandidateResult> candidateResultList)protected CandidateResultSetFull. makeResultSet(org.terrier.matching.daat.Full.DAATFullMatchingState state, java.util.Queue<CandidateResult> candidateResultList)Constructor parameters in org.terrier.matching.daat with type arguments of type CandidateResult Constructor Description CandidateResultSet(java.util.Collection<CandidateResult> _q)Create a ResultSet from the specified queue of resultsCandidateResultSet(java.util.List<CandidateResult> _q)Create a ResultSet from the specified list of resultsFatCandidateResultSet(java.util.Collection<CandidateResult> q, CollectionStatistics cs, java.lang.String[] queryTerms, EntryStatistics[] entryStats, double[] keyFrequency, java.util.Set<java.lang.String>[] tags)FatCandidateResultSet(java.util.List<CandidateResult> q, CollectionStatistics cs, java.lang.String[] queryTerms, EntryStatistics[] entryStats, double[] keyFrequency)Deprecated.
-