Relational Neural Gas
收藏DataCite Commons2020-07-15 更新2025-04-16 收录
下载链接:
https://pub.uni-bielefeld.de/record/2916980
下载链接
链接失效反馈官方服务:
资源简介:
This is a Java 7, fully MATLAB (R) compatible implementation of _Relational neural gas_. Relational neural gas is a clustering algorithm for distance data, meaning that you put in a matrix of pairwise distances D as well as a number of clusters K and you receive a distribution of your data points into K distinct clusters. It has first been proposed by [Hammer and Hasenfuss (2007)](https://doi.org/10.1007/978-3-540-74565-5_16) and is an extension of the _neural gas_ algorithm by [Martinetz and Schulten (1991)](https://www.ks.uiuc.edu/Publications/Papers/PDF/MART91B/MART91B.pdf). The basic idea of neural gas is to represent each cluster k in terms of a prototype w<sub>k</sub> which is responsible for all data points for which this prototype is the closest prototype. This prototype-based representation has two main advantages compared to other clustering methods: 1. It permits to extend the clustering to new data points by assigning new data points to their closest prototype (out-of-sample extension). 2. It permits to inspect the data set in terms of representative data points (i.e. the prototypes).
提供机构:
Bielefeld University
创建时间:
2018-01-25



