|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.sv.DocumentVectorStoreWriter
public class DocumentVectorStoreWriter
VectorStoreWriter that stores that assumes the Vector's object is a DocumentID.
Constructor Summary | |
---|---|
DocumentVectorStoreWriter()
|
Method Summary | |
---|---|
void |
writeVectors(java.lang.String vectorFile,
DocumentVectors objectVectors)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentVectorStoreWriter()
Method Detail |
---|
public void writeVectors(java.lang.String vectorFile, DocumentVectors objectVectors) throws java.io.IOException
vectorFile
- The name of the file to write toobjectVectors
- The vector store to be written to disk
java.io.IOException
- if there is an error writing the vectors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |