| Interface | Description |
|---|---|
| TermInfo |
Contains the term dictionary information associated with a vectorized collection of text documents
|
| Class | Description |
|---|---|
| RowIdJob |
Converts a vector representation of documents into a
document x terms matrix. |
| TermEntry |
Each entry in a
TermInfo dictionary. |
| VectorDumper |
Can read in a
SequenceFile of Vectors and dump
out the results using Vector.asFormatString() to either the console or to a
file. |
| VectorHelper |
Static utility methods related to vectors.
|
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.