diff --git a/src/Training_Phase/Clustering/README.md b/src/Training_Phase/Clustering/README.md new file mode 100644 index 0000000000000000000000000000000000000000..37ababce100db87aa95d1c0d83820576f17b6252 --- /dev/null +++ b/src/Training_Phase/Clustering/README.md @@ -0,0 +1,12 @@ +I don't own this part of code. This code is originally bases of Streamspot clustering code with slight modificiations. + +Original source : https://github.com/sbustreamspot/sbustreamspot-train + + +For the clustering part we've used k-medoids algorithm proposed by (Emaad manzoor et al 2016) with slight modifications. + + +References : + +MANZOOR, Emaad, MILAJERDI, Sadegh M., et AKOGLU, Leman. Fast memory-efficient anomaly detection in streaming heterogeneous graphs. +In : Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. 2016. p. 1035-1044. \ No newline at end of file