|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractVectorCreator | |
iglu.ir | A set of classes for creating Information Retrieval programs. |
Uses of AbstractVectorCreator in iglu.ir |
Subclasses of AbstractVectorCreator in iglu.ir | |
class |
FrequencyVectorCreator
Sets keyword scores based on the frequency of the words. |
class |
GeneralVectorCreator
Generates vectors using various standard indexing schemes. |
class |
JDBCVectorCreator
Generates TFIDF vectors from a document set. |
class |
OrderVectorCreator
Sets keyword scores based on the order of word occurance. |
class |
PhraseFrequencyVectorCreator
Sets phrase scores based on the frequency of bigrams. |
class |
TFIDFVectorCreator
Generates TFIDF vectors from a document set. |
class |
TrainableVectorCreator
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |