|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DocumentSet | |
| iglu.ir | A set of classes for creating Information Retrieval programs. |
| Uses of DocumentSet in iglu.ir |
| Subinterfaces of DocumentSet in iglu.ir | |
interface |
EditableDocumentSet
A simple extension of DocumentSet which lets you add documents. |
| Classes in iglu.ir that implement DocumentSet | |
class |
DefaultDocumentSet
Simple document set. |
class |
PagedDocumentSet
A document set backed by an FileObjectPager. |
| Fields in iglu.ir declared as DocumentSet | |
private DocumentSet |
DefaultIRPacket.docs
|
| Methods in iglu.ir that return DocumentSet | |
DocumentSet |
DefaultIRPacket.documentSet()
Return the document set |
DocumentSet |
IRPacket.documentSet()
The set of documents for this packet |
| Methods in iglu.ir with parameters of type DocumentSet | |
void |
GeneralVectorCreator.addDocSet(DocumentSet ds)
Add an entire document set. |
void |
GeneralVectorCreator.setNormalizedGlobalWeights(DocumentSet d)
Set global weights using the normal algorithm. |
void |
GeneralVectorCreator.setEntropyGlobalWeights(DocumentSet d)
Sets global weights using the Entropy algorithm. |
void |
TFIDFVectorCreator.addDocSet(DocumentSet ds)
Add an entire document set. |
| Constructors in iglu.ir with parameters of type DocumentSet | |
DefaultIRPacket(DocumentSet d,
TermVector[] q,
int[][] mapping)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||