Uses of Interface
anl.aida.core.ScoredTermsCollection

Packages that use ScoredTermsCollection
anl.aida.ae.lucene   
anl.aida.core   
anl.aida.score   
anl.aida.sv   
 

Uses of ScoredTermsCollection in anl.aida.ae.lucene
 

Methods in anl.aida.ae.lucene that return ScoredTermsCollection
 ScoredTermsCollection STCCreator.createCollection(org.apache.lucene.index.IndexReader reader, DateRange range)
          Creates a ScoredTermsCollection.
 ScoredTermsCollection STCCreator.createCollection(org.apache.lucene.index.IndexReader reader, Filter<org.apache.lucene.index.Term> filter, DateRange range)
          Creates a ScoredTermsCollection.
 

Uses of ScoredTermsCollection in anl.aida.core
 

Classes in anl.aida.core that implement ScoredTermsCollection
private static class STCBuilder.STCollection
           
 

Fields in anl.aida.core declared as ScoredTermsCollection
private  ScoredTermsCollection DocumentIterable.stc
           
 

Methods in anl.aida.core that return ScoredTermsCollection
 ScoredTermsCollection STCBuilder.createSTC(boolean calculateTermStats)
           
 ScoredTermsCollection STCReader.readCollection(java.lang.String file)
          Reads and returns a StoredTermsCollection written by a STCWriter.
 

Methods in anl.aida.core with parameters of type ScoredTermsCollection
 void STCWriter.writeCollection(java.lang.String file, ScoredTermsCollection terms)
          Writes the specified collection to the specified file with the specified timestamp.
 

Constructors in anl.aida.core with parameters of type ScoredTermsCollection
DocumentIterable(ScoredTermsCollection stc, java.util.List<DocumentID> docs)
           
 

Uses of ScoredTermsCollection in anl.aida.score
 

Fields in anl.aida.score declared as ScoredTermsCollection
protected  ScoredTermsCollection AbstractSTCScorer.stc
           
 

Constructors in anl.aida.score with parameters of type ScoredTermsCollection
AbstractSTCScorer(ScoredTermsCollection stc)
           
OccurrenceFilter(ScoredTermsCollection stc)
           
TFIDFScorer(ScoredTermsCollection stc)
           
TFScorer(ScoredTermsCollection stc)
           
 

Uses of ScoredTermsCollection in anl.aida.sv
 

Methods in anl.aida.sv with parameters of type ScoredTermsCollection
 void SVIndexBuilder.buildIndex(java.lang.String termVecFile, java.lang.String docVecFile, ScoredTermsCollection stc)
           
 

Constructors in anl.aida.sv with parameters of type ScoredTermsCollection
DocumentVectors(ScoredTermsCollection stc, TermVectorsFromSTC termVectors)
           
TermVectorsFromSTC(int seedLength, Filter<MIFSTerm> filter, ScoredTermsCollection stc)
           
TermVectorsFromSTC(int seedLength, int minFreq, ScoredTermsCollection stc)