Successive Group Selection for Microaggregation

버전 1.8.0.0 (1.16 MB) 작성자: Costas Panagiotakis
A method that solves the statistical disclosure control (Microaggregation)
다운로드 수: 360
업데이트 날짜: 2016/3/21

라이선스 보기

This code is a simple(not speed optimized) implementation of GSMS_T2
based on the paper [1]. This implementaion does not use the speed
optimazations of [1]. You can use this software for non commercial purposes. Please, cite the article [1].
If you want to use the software for commercial purpose you have to contact with the authors of [1].
[1] C. Panagiotakis and G. Tziritas, Successive Group Selection for Microaggregation, IEEE Trans. on Knowledge and Data Engineering, vol.25, no.5, pp.1191-1195, May 2013.
In this work, we implement an efficient clustering algorithm that has been applied to the microaggregation problem. The goal is to partition N given records into clusters, each of them grouping at least K records, so that the sum of the within-partition squared error (SSE) is minimized. We propose a successive Group Selection algorithm that approximately solves the microaggregation problem based on sequential Minimization of SSE. Experimental results and comparisons to existing methods with similar computation cost on real and synthetic data sets demonstrate the high performance and robustness of the proposed scheme.
For more details visit: www.csd.uoc.gr/~cpanag
www.csd.uoc.gr/~tziritas

인용 양식

Costas Panagiotakis (2024). Successive Group Selection for Microaggregation (https://www.mathworks.com/matlabcentral/fileexchange/45513-successive-group-selection-for-microaggregation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.8.0.0

tags update

1.7.0.0

Description update
image added

1.6.0.0

The readme file has been updated.

1.5.0.0

The 216 synthetic datasets that have been used in [1] have been added (see files synthetic216.zip and readme.txt).

1.4.0.0

The comments on .m file have been updated.

1.3.0.0

The comments on .m file are updated.

1.2.0.0

The homepages of authors have been added.

1.1.0.0

The homepages of authors of this work have been added.

1.0.0.0