2021-06-18 20:05:07 +02:00
|
|
|
# K-medoids (Partitioning Around Medoids)
|
|
|
|
|
|
|
|
PAM k-medoids implementation for classes of Mathematical Foundations of Artificial Intelligence
|
2021-06-18 20:32:35 +02:00
|
|
|
and Cyber-Security at AMU Poznań.
|
|
|
|
|
|
|
|
dataset:
|
2021-06-18 20:38:16 +02:00
|
|
|
https://www.kaggle.com/arjunbhasin2013/ccdata
|
|
|
|
|
2021-06-18 22:11:09 +02:00
|
|
|
![](reg27.gif)
|
|
|
|
|
2021-06-25 20:29:41 +02:00
|
|
|
Visualization of clustering first 500 data entries (with vector normalization).
|
2021-06-18 22:11:09 +02:00
|
|
|
|
|
|
|
![](norm27.gif)
|
|
|
|
|
2021-06-25 20:29:41 +02:00
|
|
|
Visualization of clustering first 500 data entries (with standarization).
|
2021-06-18 20:42:03 +02:00
|
|
|
|