Successive Group Selection for Microaggregation

A method that solves the statistical disclosure control (Microaggregation)

이 제출물을 팔로우합니다

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 (2026). Successive Group Selection for Microaggregation (https://kr.mathworks.com/matlabcentral/fileexchange/45513-successive-group-selection-for-microaggregation), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
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