Document Clustering is a widely researched area in data mining. It is a technique of grouping similar documents based on a measure of similarity. Document Clustering forms an important aspect in Information Retrieval for improving precision and recall in search applications, navigation and presentation of search results. But due to the tremendous amount of features, textual data suffers from the Curse of Dimensionality. Moreover, adding new features increases the noise in the data. To address these issues, in this thesis we investigate the use of Singular Value Decomposition (SVD) and propose a sophisticated Document Clustering algorithm combining folding-in method and k-means algorithm, to efficiently store and dynamically incorporate new ...