From 49a94d47e72f3fc6944c385326996d19661d5514 Mon Sep 17 00:00:00 2001 From: Jacob Emerick Date: Thu, 14 Aug 2014 18:12:40 -0500 Subject: [PATCH] added k-means clustering in php to eda page --- eda.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eda.md b/eda.md index 9133e18d..3668ba53 100644 --- a/eda.md +++ b/eda.md @@ -4,3 +4,7 @@ title: Exploratory Data Analysis permalink: /eda/ --- +## Applications + +- [K-Means Clustering in PHP](https://github.com/jacobemerick/kmeans) +