AbstractsComputer Science

Distributed and Incremental Clustering using Shared Nearest Neighbours

by C.J. Plattel




Institution: Universiteit Utrecht
Department:
Year: 2014
Keywords: Clustering, Algorithms, Incremental, Distributed, Shared Nearest Neighbour
Record ID: 1262654
Full text PDF: http://dspace.library.uu.nl:8080/handle/1874/296602


Abstract

Cluster analysis is a large field inside data mining. It tries to capture the structure of a data set by grouping similar data points into clusters. Increasingly large and high dimensional data sets present a problem for modern clustering algorithms. Especially data sets containing nominal and sparse vector features. In this thesis I explore how cluster analysis can be applied best to these kind of data sets. Data from the Xenon web page crawler is used to test algorithms, which includes numeric, nominal and bag of words data. We study different algorithms and propose a new algorithm called DBSNN, which is based on Shared Nearest Neighbours and local densities. This algorithm is implemented and experimented with. In order to deal with the size of the data set the algorithm is made to work on a distributed system. The algorithm is robust against outliers and can detect noise, finds clusters independent of difference in shape, sizes or densities. In addition, the algorithm is extended to work on incremental data, meaning it can detect new clusters who represent upcoming trends in the data set.