Dirk wrote: > Hi! > > I'm looking for an effective way to store a large document-term matrix. > The matrix I'm looking at has about 100.000 documents and probably > 1.000 terms. > > Which representation of this matrix would be the most effictive to work > with? > Putting the whole thing into memory at once is not feasable, so I > wonder if anyonre of you has an idea, a link, or an algorithm she would > be willing to share...
Data structure choice depends on the operations to be perform. What are those operations? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/algogeeks -~----------~----~----~----~------~----~------~--~---
