OnlineGradedPossibi​​listicClustering

版本 1.3 (1.2 MB) 作者: Amr Abdullatif
Implementation of Online Graded Possibilistic Clustering "OGPC" Clustering in MATLAB
177.0 次下载
更新时间 2017/10/1

查看许可证

Implementation of Online Graded Possibilistic Clustering "OGPC" Clustering in MATLAB.
An algorithm that is able to detect outliers and adapt to concept shift drift in data streams.
Read more about the online algorithm "https://www.springerprofessional.de/graded-possibilistic-clustering-of-non-stationary-data-streams/12047532.
Notes:
- This a modified version of the online algorithm (Algorithm able to detect outliers and adapt to concept shift).
- The algorithm can work on raw (But you will have to change dynamic plot axis limit to visualize the clusters centroids) and on normalized data (Apply normalizer on the training set).
Developer: Amr Abdullatif (DIBRIS-University of Genoa)
Publisher: DIBRIS (www.dibris.unige.it)
Contact Info: amr.r.abdullatif@gmail.com
Function:
[rhovals,summembership,U, Youtn, Y, normvals, bend, uval, yval] = ogpc(X, Y, fb, K, maxiter, eta0, alphamin, plt)

引用格式

Amr Abdullatif (2024). OnlineGradedPossibi​listicClustering (https://www.mathworks.com/matlabcentral/fileexchange/64318-onlinegradedpossibi-listicclustering), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fuzzy Logic Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

html/

版本 已发布 发行说明
1.3

Change in
- learning region parameters (Concept drift "slow learn", outliers "no learn", Concept shift "fast learn").
- Cluster width update function.

1.2.0.0

Change
Update beta inside ogpc.m
" bi0 = bend ; "

1.1.0.0

Modify title and description.

Update description.
Update description structure.